Html Css Color HEX #224FAA Cerulean Blue

📋 copy color: '#224FAA'

red 34 ◦ green 79 ◦ blue 170

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

Shades of Cerulean Blue #224FAA

Tints of Cerulean Blue #224FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.07%

R = 12.01%
G = 27.92%
B = 60.07%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#224FAA (or 0x224FAA) is known color: Cerulean Blue. HEX triplet: 22, 4F and AA. RGB value is (34,79,170). Sum of RGB (Red+Green+Blue) = 34+79+170=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #224FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224FAA is #DDB055. Grayscale: #4B4B4B. Windows color (decimal): -14528598 or 11161378. OLE color: 11161378.

HSL color Cylindrical-coordinate representation of color #224FAA: hue angle of 220.15º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224FAA is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 79 170 -
CMYK 0.80 0.54 0 0.33
HSL 220.15º 0.67% 0.4% -
HSV(B) 220.15º 0.8% 0.67% -
XYZ 10.71 8.83 39.17 -
YUV 75.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 34 79 170 0.80 0.54 0 0.33 220.15 0.67 0.4
Hex 22 4F AA 50 36 0 21 DC 43 28
Octal 42 117 252 120 66 0 41 334 103 50
Binary 100010 1001111 10101010 1010000 110110 0 100001 11011100 1000011 101000

Color Harmonies of #224FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FAA

Black with #224FAA

Text Example


Text Example

White with #224FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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