Html Css Color HEX #224ECD Cerulean Blue

📋 copy color: '#224ECD'

red 34 ◦ green 78 ◦ blue 205

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

Shades of Cerulean Blue #224ECD

Tints of Cerulean Blue #224ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.61%

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

R = 10.73%
G = 24.61%
B = 64.67%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#224ECD (or 0x224ECD) is known color: Cerulean Blue. HEX triplet: 22, 4E and CD. RGB value is (34,78,205). Sum of RGB (Red+Green+Blue) = 34+78+205=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #224ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224ECD is #DDB132. Grayscale: #4E4E4E. Windows color (decimal): -14528819 or 13454882. OLE color: 13454882.

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

Color convert

RGB 34 78 205 -
CMYK 0.83 0.62 0 0.20
HSL 224.56º 0.72% 0.47% -
HSV(B) 224.56º 0.83% 0.8% -
XYZ 14.4 10.2 58.97 -
YUV 79.32 198.92 95.67 -
System Red Green Blue C M Y K H S L
Decimal 34 78 205 0.83 0.62 0 0.20 224.56 0.72 0.47
Hex 22 4E CD 53 3E 0 14 E1 48 2F
Octal 42 116 315 123 76 0 24 341 110 57
Binary 100010 1001110 11001101 1010011 111110 0 10100 11100001 1001000 101111

Color Harmonies of #224ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224ECD

Black with #224ECD

Text Example


Text Example

White with #224ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224ECD; }

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

 H1.HeaderClassName
 {
   color: #224ECD;
 }
 .AnyTagClassName
 {
   color: #224ECD;
 }
</style>

background-color css

<style>
 a { background-color: #224ECD; }

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

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

border-color css

<style>
 span { border-color: #224ECD; }

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

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