Html Css Color HEX #224FAF Cerulean Blue

📋 copy color: '#224FAF'

red 34 ◦ green 79 ◦ blue 175

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

Shades of Cerulean Blue #224FAF

Tints of Cerulean Blue #224FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.43%

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

R = 11.81%
G = 27.43%
B = 60.76%

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

#224FAF (or 0x224FAF) is known color: Cerulean Blue. HEX triplet: 22, 4F and AF. RGB value is (34,79,175). Sum of RGB (Red+Green+Blue) = 34+79+175=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #224FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224FAF is #DDB050. Grayscale: #4C4C4C. Windows color (decimal): -14528593 or 11489058. OLE color: 11489058.

HSL color Cylindrical-coordinate representation of color #224FAF: hue angle of 220.85º 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 #224FAF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 79 175 -
CMYK 0.81 0.55 0 0.31
HSL 220.85º 0.67% 0.41% -
HSV(B) 220.85º 0.81% 0.69% -
XYZ 11.19 9.03 41.71 -
YUV 76.49 183.59 97.69 -
System Red Green Blue C M Y K H S L
Decimal 34 79 175 0.81 0.55 0 0.31 220.85 0.67 0.41
Hex 22 4F AF 51 37 0 1F DD 43 29
Octal 42 117 257 121 67 0 37 335 103 51
Binary 100010 1001111 10101111 1010001 110111 0 11111 11011101 1000011 101001

Color Harmonies of #224FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FAF

Black with #224FAF

Text Example


Text Example

White with #224FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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