Html Css Color HEX #225CCD Cerulean Blue

📋 copy color: '#225CCD'

red 34 ◦ green 92 ◦ blue 205

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

Shades of Cerulean Blue #225CCD

Tints of Cerulean Blue #225CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 10.27%
G = 27.79%
B = 61.93%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#225CCD (or 0x225CCD) is known color: Cerulean Blue. HEX triplet: 22, 5C and CD. RGB value is (34,92,205). Sum of RGB (Red+Green+Blue) = 34+92+205=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #225CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CCD is #DDA332. Grayscale: #575757. Windows color (decimal): -14525235 or 13458466. OLE color: 13458466.

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

Color convert

RGB 34 92 205 -
CMYK 0.83 0.55 0 0.20
HSL 219.65º 0.72% 0.47% -
HSV(B) 219.65º 0.83% 0.8% -
XYZ 15.51 12.4 59.33 -
YUV 87.54 194.28 89.81 -
System Red Green Blue C M Y K H S L
Decimal 34 92 205 0.83 0.55 0 0.20 219.65 0.72 0.47
Hex 22 5C CD 53 37 0 14 DC 48 2F
Octal 42 134 315 123 67 0 24 334 110 57
Binary 100010 1011100 11001101 1010011 110111 0 10100 11011100 1001000 101111

Color Harmonies of #225CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225CCD

Black with #225CCD

Text Example


Text Example

White with #225CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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