Html Css Color HEX #224AE0 Cerulean Blue

📋 copy color: '#224AE0'

red 34 ◦ green 74 ◦ blue 224

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

Shades of Cerulean Blue #224AE0

Tints of Cerulean Blue #224AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 224 (87.89% from 255) = 67.47%

R = 10.24%
G = 22.29%
B = 67.47%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#224AE0 (or 0x224AE0) is known color: Cerulean Blue. HEX triplet: 22, 4A and E0. RGB value is (34,74,224). Sum of RGB (Red+Green+Blue) = 34+74+224=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #224AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224AE0 is #DDB51F. Grayscale: #4E4E4E. Windows color (decimal): -14529824 or 14699042. OLE color: 14699042.

HSL color Cylindrical-coordinate representation of color #224AE0: hue angle of 227.37º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224AE0 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 74 224 -
CMYK 0.85 0.67 0 0.12
HSL 227.37º 0.75% 0.51% -
HSV(B) 227.37º 0.85% 0.88% -
XYZ 16.56 10.62 71.7 -
YUV 79.14 209.75 95.8 -
System Red Green Blue C M Y K H S L
Decimal 34 74 224 0.85 0.67 0 0.12 227.37 0.75 0.51
Hex 22 4A E0 55 43 0 C E3 4B 33
Octal 42 112 340 125 103 0 14 343 113 63
Binary 100010 1001010 11100000 1010101 1000011 0 1100 11100011 1001011 110011

Color Harmonies of #224AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AE0

Black with #224AE0

Text Example


Text Example

White with #224AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,74,224); }

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

background-color css

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

 a { background-color: rgb(34,74,224); }

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

border-color css

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

 span { border-color: rgb(34,74,224); }

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