Html Css Color HEX #2455CC Cerulean Blue

📋 copy color: '#2455CC'

red 36 ◦ green 85 ◦ blue 204

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

Shades of Cerulean Blue #2455CC

Tints of Cerulean Blue #2455CC

RGB

 RED value IS 36 (14.45% from 255) = 11.08%

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 11.08%
G = 26.15%
B = 62.77%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2455CC (or 0x2455CC) is known color: Cerulean Blue. HEX triplet: 24, 55 and CC. RGB value is (36,85,204). Sum of RGB (Red+Green+Blue) = 36+85+204=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #2455CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455CC is #DBAA33. Grayscale: #535353. Windows color (decimal): -14395956 or 13391140. OLE color: 13391140.

HSL color Cylindrical-coordinate representation of color #2455CC: hue angle of 222.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2455CC is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 85 204 -
CMYK 0.82 0.58 0 0.2
HSL 222.5º 0.7% 0.47% -
HSV(B) 222.5º 0.82% 0.8% -
XYZ 14.88 11.23 58.51 -
YUV 83.92 195.77 93.82 -
System Red Green Blue C M Y K H S L
Decimal 36 85 204 0.82 0.58 0 0.2 222.5 0.7 0.47
Hex 24 55 CC 52 3A 0 14 DE 46 2F
Octal 44 125 314 122 72 0 24 336 106 57
Binary 100100 1010101 11001100 1010010 111010 0 10100 11011110 1000110 101111

Color Harmonies of #2455CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2455CC

Black with #2455CC

Text Example


Text Example

White with #2455CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,85,204); }

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

background-color css

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

 a { background-color: rgb(36,85,204); }

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

border-color css

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

 span { border-color: rgb(36,85,204); }

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