Html Css Color HEX #224EAF Cerulean Blue

📋 copy color: '#224EAF'

red 34 ◦ green 78 ◦ blue 175

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

Shades of Cerulean Blue #224EAF

Tints of Cerulean Blue #224EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.98%

R = 11.85%
G = 27.18%
B = 60.98%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#224EAF (or 0x224EAF) is known color: Cerulean Blue. HEX triplet: 22, 4E and AF. RGB value is (34,78,175). Sum of RGB (Red+Green+Blue) = 34+78+175=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #224EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224EAF is #DDB150. Grayscale: #4B4B4B. Windows color (decimal): -14528849 or 11488802. OLE color: 11488802.

HSL color Cylindrical-coordinate representation of color #224EAF: hue angle of 221.28º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #224EAF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 78 175 -
CMYK 0.81 0.55 0 0.31
HSL 221.28º 0.67% 0.41% -
HSV(B) 221.28º 0.81% 0.69% -
XYZ 11.12 8.88 41.69 -
YUV 75.9 183.92 98.11 -
System Red Green Blue C M Y K H S L
Decimal 34 78 175 0.81 0.55 0 0.31 221.28 0.67 0.41
Hex 22 4E AF 51 37 0 1F DD 43 29
Octal 42 116 257 121 67 0 37 335 103 51
Binary 100010 1001110 10101111 1010001 110111 0 11111 11011101 1000011 101001

Color Harmonies of #224EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EAF

Black with #224EAF

Text Example


Text Example

White with #224EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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