#1B54CC

Color #1B54CC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1B54CC

Tints of Cerulean Blue #1B54CC

Color information

#1B54CC (or 0x1B54CC) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 54 and CC. RGB value is (27,84,204). Sum of RGB (Red+Green+Blue) = 27+84+204=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B54CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B54CC is #E4AB33. Grayscale: #505050. Windows color (decimal): -14986036 or 13390875. OLE color: 13390875.

HSL color Cylindrical-coordinate representation of color #1B54CC: hue angle of 220.68º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B54CC is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2784204-
CMYK0.870.5900.2
HSL220.68º76.62%45.29%-
HSV(B)220.68º86.76%80%-
XYZ14.5210.9358.47-
YUV80.64197.6289.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 8.57%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 204 (80.08% from 255) = 64.76%
R=8.57%
G=26.67%
B=64.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal27842040.870.5900.2220.6876.6245.29
Hex1B54CC573B014dd4d2d
Octal331243141277302433511555
Binary110111010100110011001010111111011010100110111011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B54CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B54CC; }

 p { color: rgb(27,84,204); }

 H1.HeaderClassName
 {
   color: #1B54CC;
 }
 .AnyTagClassName
 {
   color: #1B54CC;
 }
</style>
background-color css

<style>
 a { background-color: #1B54CC; }

 a { background-color: rgb(27,84,204); }

 div.DivClassName
 {
   background-color: #1B54CC;
 }
 .BgClassName
 {
   background-color: #1B54CC;
 }
</style>
border-color css

<style>
 span { border-color: #1B54CC; }

 span { border-color: rgb(27,84,204); }

 td.TdClassName
 {
   border-color: #1B54CC;
 }
 .TagClassName
 {
   border-color: #1B54CC;
 }
</style>