Html Css Color HEX #1B54CC Cerulean Blue

📋 copy color: '#1B54CC'

red 27 ◦ green 84 ◦ blue 204

#1B54CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1B54CC

Tints of Cerulean Blue #1B54CC

RGB

 RED value IS 27 (10.94% from 255) = 8.57%

 GREEN value IS 84 (33.2% 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 value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1B54CC (or 0x1B54CC) is known color: 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

RGB 27 84 204 -
CMYK 0.87 0.59 0 0.2
HSL 220.68º 0.77% 0.45% -
HSV(B) 220.68º 0.87% 0.8% -
XYZ 14.52 10.93 58.47 -
YUV 80.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 27 84 204 0.87 0.59 0 0.2 220.68 0.77 0.45
Hex 1B 54 CC 57 3B 0 14 DD 4D 2D
Octal 33 124 314 127 73 0 24 335 115 55
Binary 11011 1010100 11001100 1010111 111011 0 10100 11011101 1001101 101101

Color Harmonies of #1B54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B54CC

Black with #1B54CC

Text Example


Text Example

White with #1B54CC

Text Example


Text Example

HTML Codes & Css Web 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>