Html Css Color HEX #224FA6 Cerulean Blue

📋 copy color: '#224FA6'

red 34 ◦ green 79 ◦ blue 166

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

Shades of Cerulean Blue #224FA6

Tints of Cerulean Blue #224FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 59.5%

R = 12.19%
G = 28.32%
B = 59.5%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#224FA6 (or 0x224FA6) is known color: Cerulean Blue. HEX triplet: 22, 4F and A6. RGB value is (34,79,166). Sum of RGB (Red+Green+Blue) = 34+79+166=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #224FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224FA6 is #DDB059. Grayscale: #4B4B4B. Windows color (decimal): -14528602 or 10899234. OLE color: 10899234.

HSL color Cylindrical-coordinate representation of color #224FA6: hue angle of 219.55º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224FA6 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 34 79 166 -
CMYK 0.80 0.52 0 0.35
HSL 219.55º 0.66% 0.39% -
HSV(B) 219.55º 0.8% 0.65% -
XYZ 10.34 8.69 37.21 -
YUV 75.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 34 79 166 0.80 0.52 0 0.35 219.55 0.66 0.39
Hex 22 4F A6 50 34 0 23 DC 42 27
Octal 42 117 246 120 64 0 43 334 102 47
Binary 100010 1001111 10100110 1010000 110100 0 100011 11011100 1000010 100111

Color Harmonies of #224FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FA6

Black with #224FA6

Text Example


Text Example

White with #224FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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