Html Css Color HEX #2154CC Cerulean Blue

📋 copy color: '#2154CC'

red 33 ◦ green 84 ◦ blue 204

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

Shades of Cerulean Blue #2154CC

Tints of Cerulean Blue #2154CC

RGB

 RED value IS 33 (13.28% from 255) = 10.28%

 GREEN value IS 84 (33.2% from 255) = 26.17%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 10.28%
G = 26.17%
B = 63.55%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2154CC (or 0x2154CC) is known color: Cerulean Blue. HEX triplet: 21, 54 and CC. RGB value is (33,84,204). Sum of RGB (Red+Green+Blue) = 33+84+204=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #2154CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154CC is #DEAB33. Grayscale: #515151. Windows color (decimal): -14592820 or 13390881. OLE color: 13390881.

HSL color Cylindrical-coordinate representation of color #2154CC: hue angle of 222.11º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2154CC is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 84 204 -
CMYK 0.84 0.59 0 0.2
HSL 222.11º 0.72% 0.46% -
HSV(B) 222.11º 0.84% 0.8% -
XYZ 14.7 11.02 58.48 -
YUV 82.43 196.6 92.74 -
System Red Green Blue C M Y K H S L
Decimal 33 84 204 0.84 0.59 0 0.2 222.11 0.72 0.46
Hex 21 54 CC 54 3B 0 14 DE 48 2E
Octal 41 124 314 124 73 0 24 336 110 56
Binary 100001 1010100 11001100 1010100 111011 0 10100 11011110 1001000 101110

Color Harmonies of #2154CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2154CC

Black with #2154CC

Text Example


Text Example

White with #2154CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2154CC; }

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

 H1.HeaderClassName
 {
   color: #2154CC;
 }
 .AnyTagClassName
 {
   color: #2154CC;
 }
</style>

background-color css

<style>
 a { background-color: #2154CC; }

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

 div.DivClassName
 {
   background-color: #2154CC;
 }
 .BgClassName
 {
   background-color: #2154CC;
 }
</style>

border-color css

<style>
 span { border-color: #2154CC; }

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

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