Html Css Color HEX #225CCC Cerulean Blue

📋 copy color: '#225CCC'

red 34 ◦ green 92 ◦ blue 204

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

Shades of Cerulean Blue #225CCC

Tints of Cerulean Blue #225CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

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

R = 10.3%
G = 27.88%
B = 61.82%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#225CCC (or 0x225CCC) is known color: Cerulean Blue. HEX triplet: 22, 5C and CC. RGB value is (34,92,204). Sum of RGB (Red+Green+Blue) = 34+92+204=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #225CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CCC is #DDA333. Grayscale: #565656. Windows color (decimal): -14525236 or 13392930. OLE color: 13392930.

HSL color Cylindrical-coordinate representation of color #225CCC: hue angle of 219.53º 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 #225CCC is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 92 204 -
CMYK 0.83 0.55 0 0.2
HSL 219.53º 0.71% 0.47% -
HSV(B) 219.53º 0.83% 0.8% -
XYZ 15.39 12.35 58.7 -
YUV 87.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 34 92 204 0.83 0.55 0 0.2 219.53 0.71 0.47
Hex 22 5C CC 53 37 0 14 DC 47 2F
Octal 42 134 314 123 67 0 24 334 107 57
Binary 100010 1011100 11001100 1010011 110111 0 10100 11011100 1000111 101111

Color Harmonies of #225CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225CCC

Black with #225CCC

Text Example


Text Example

White with #225CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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