Html Css Color HEX #225ACD Cerulean Blue

📋 copy color: '#225ACD'

red 34 ◦ green 90 ◦ blue 205

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

Shades of Cerulean Blue #225ACD

Tints of Cerulean Blue #225ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

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

R = 10.33%
G = 27.36%
B = 62.31%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#225ACD (or 0x225ACD) is known color: Cerulean Blue. HEX triplet: 22, 5A and CD. RGB value is (34,90,205). Sum of RGB (Red+Green+Blue) = 34+90+205=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #225ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ACD is #DDA532. Grayscale: #555555. Windows color (decimal): -14525747 or 13457954. OLE color: 13457954.

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

Color convert

RGB 34 90 205 -
CMYK 0.83 0.56 0 0.20
HSL 220.35º 0.72% 0.47% -
HSV(B) 220.35º 0.83% 0.8% -
XYZ 15.34 12.06 59.28 -
YUV 86.37 194.95 90.65 -
System Red Green Blue C M Y K H S L
Decimal 34 90 205 0.83 0.56 0 0.20 220.35 0.72 0.47
Hex 22 5A CD 53 38 0 14 DC 48 2F
Octal 42 132 315 123 70 0 24 334 110 57
Binary 100010 1011010 11001101 1010011 111000 0 10100 11011100 1001000 101111

Color Harmonies of #225ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225ACD

Black with #225ACD

Text Example


Text Example

White with #225ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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