Html Css Color HEX #224ED8 Cerulean Blue

📋 copy color: '#224ED8'

red 34 ◦ green 78 ◦ blue 216

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

Shades of Cerulean Blue #224ED8

Tints of Cerulean Blue #224ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 65.85%

R = 10.37%
G = 23.78%
B = 65.85%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#224ED8 (or 0x224ED8) is known color: Cerulean Blue. HEX triplet: 22, 4E and D8. RGB value is (34,78,216). Sum of RGB (Red+Green+Blue) = 34+78+216=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 216 (84.77% from 255 or 65.85% from 328); Max value from RGB is 216 - color contains mainly: blue. Hex color #224ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224ED8 is #DDB127. Grayscale: #4F4F4F. Windows color (decimal): -14528808 or 14175778. OLE color: 14175778.

HSL color Cylindrical-coordinate representation of color #224ED8: hue angle of 225.49º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224ED8 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 78 216 -
CMYK 0.84 0.64 0 0.15
HSL 225.49º 0.73% 0.49% -
HSV(B) 225.49º 0.84% 0.85% -
XYZ 15.78 10.75 66.21 -
YUV 80.58 204.42 94.78 -
System Red Green Blue C M Y K H S L
Decimal 34 78 216 0.84 0.64 0 0.15 225.49 0.73 0.49
Hex 22 4E D8 54 40 0 F E1 49 31
Octal 42 116 330 124 100 0 17 341 111 61
Binary 100010 1001110 11011000 1010100 1000000 0 1111 11100001 1001001 110001

Color Harmonies of #224ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224ED8

Black with #224ED8

Text Example


Text Example

White with #224ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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