Html Css Color HEX #224AA8 Cerulean Blue

📋 copy color: '#224AA8'

red 34 ◦ green 74 ◦ blue 168

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

Shades of Cerulean Blue #224AA8

Tints of Cerulean Blue #224AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 60.87%

R = 12.32%
G = 26.81%
B = 60.87%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#224AA8 (or 0x224AA8) is known color: Cerulean Blue. HEX triplet: 22, 4A and A8. RGB value is (34,74,168). Sum of RGB (Red+Green+Blue) = 34+74+168=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 168 (66.02% from 255 or 60.87% from 276); Max value from RGB is 168 - color contains mainly: blue. Hex color #224AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AA8 is #DDB557. Grayscale: #484848. Windows color (decimal): -14529880 or 11029026. OLE color: 11029026.

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

Color convert

RGB 34 74 168 -
CMYK 0.80 0.56 0 0.34
HSL 222.09º 0.66% 0.4% -
HSV(B) 222.09º 0.8% 0.66% -
XYZ 10.18 8.06 38.07 -
YUV 72.76 181.75 100.36 -
System Red Green Blue C M Y K H S L
Decimal 34 74 168 0.80 0.56 0 0.34 222.09 0.66 0.4
Hex 22 4A A8 50 38 0 22 DE 42 28
Octal 42 112 250 120 70 0 42 336 102 50
Binary 100010 1001010 10101000 1010000 111000 0 100010 11011110 1000010 101000

Color Harmonies of #224AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AA8

Black with #224AA8

Text Example


Text Example

White with #224AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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