Html Css Color HEX #225ECC Cerulean Blue

📋 copy color: '#225ECC'

red 34 ◦ green 94 ◦ blue 204

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

Shades of Cerulean Blue #225ECC

Tints of Cerulean Blue #225ECC

RGB

 RED value IS 34 (13.67% from 255) = 10.24%

 GREEN value IS 94 (37.11% from 255) = 28.31%

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

R = 10.24%
G = 28.31%
B = 61.45%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#225ECC (or 0x225ECC) is known color: Cerulean Blue. HEX triplet: 22, 5E and CC. RGB value is (34,94,204). Sum of RGB (Red+Green+Blue) = 34+94+204=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #225ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ECC is #DDA133. Grayscale: #585858. Windows color (decimal): -14524724 or 13393442. OLE color: 13393442.

HSL color Cylindrical-coordinate representation of color #225ECC: hue angle of 218.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225ECC is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 94 204 -
CMYK 0.83 0.54 0 0.2
HSL 218.82º 0.71% 0.47% -
HSV(B) 218.82º 0.83% 0.8% -
XYZ 15.56 12.71 58.76 -
YUV 88.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 34 94 204 0.83 0.54 0 0.2 218.82 0.71 0.47
Hex 22 5E CC 53 36 0 14 DB 47 2F
Octal 42 136 314 123 66 0 24 333 107 57
Binary 100010 1011110 11001100 1010011 110110 0 10100 11011011 1000111 101111

Color Harmonies of #225ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225ECC

Black with #225ECC

Text Example


Text Example

White with #225ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225ECC; }

 p { color: rgb(34,94,204); }

 H1.HeaderClassName
 {
   color: #225ECC;
 }
 .AnyTagClassName
 {
   color: #225ECC;
 }
</style>

background-color css

<style>
 a { background-color: #225ECC; }

 a { background-color: rgb(34,94,204); }

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

border-color css

<style>
 span { border-color: #225ECC; }

 span { border-color: rgb(34,94,204); }

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