Html Css Color HEX #225DCD Cerulean Blue

📋 copy color: '#225DCD'

red 34 ◦ green 93 ◦ blue 205

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

Shades of Cerulean Blue #225DCD

Tints of Cerulean Blue #225DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

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

R = 10.24%
G = 28.01%
B = 61.75%

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

#225DCD (or 0x225DCD) is known color: Cerulean Blue. HEX triplet: 22, 5D and CD. RGB value is (34,93,205). Sum of RGB (Red+Green+Blue) = 34+93+205=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #225DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DCD is #DDA232. Grayscale: #575757. Windows color (decimal): -14524979 or 13458722. OLE color: 13458722.

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

Color convert

RGB 34 93 205 -
CMYK 0.83 0.55 0 0.20
HSL 219.3º 0.72% 0.47% -
HSV(B) 219.3º 0.83% 0.8% -
XYZ 15.59 12.58 59.36 -
YUV 88.13 193.95 89.39 -
System Red Green Blue C M Y K H S L
Decimal 34 93 205 0.83 0.55 0 0.20 219.3 0.72 0.47
Hex 22 5D CD 53 37 0 14 DB 48 2F
Octal 42 135 315 123 67 0 24 333 110 57
Binary 100010 1011101 11001101 1010011 110111 0 10100 11011011 1001000 101111

Color Harmonies of #225DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225DCD

Black with #225DCD

Text Example


Text Example

White with #225DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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