Html Css Color HEX #224FAB Cerulean Blue

📋 copy color: '#224FAB'

red 34 ◦ green 79 ◦ blue 171

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

Shades of Cerulean Blue #224FAB

Tints of Cerulean Blue #224FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 11.97%
G = 27.82%
B = 60.21%

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

#224FAB (or 0x224FAB) is known color: Cerulean Blue. HEX triplet: 22, 4F and AB. RGB value is (34,79,171). Sum of RGB (Red+Green+Blue) = 34+79+171=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #224FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224FAB is #DDB054. Grayscale: #4B4B4B. Windows color (decimal): -14528597 or 11226914. OLE color: 11226914.

HSL color Cylindrical-coordinate representation of color #224FAB: hue angle of 220.29º 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 #224FAB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 79 171 -
CMYK 0.80 0.54 0 0.33
HSL 220.29º 0.67% 0.4% -
HSV(B) 220.29º 0.8% 0.67% -
XYZ 10.81 8.87 39.67 -
YUV 76.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 34 79 171 0.80 0.54 0 0.33 220.29 0.67 0.4
Hex 22 4F AB 50 36 0 21 DC 43 28
Octal 42 117 253 120 66 0 41 334 103 50
Binary 100010 1001111 10101011 1010000 110110 0 100001 11011100 1000011 101000

Color Harmonies of #224FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FAB

Black with #224FAB

Text Example


Text Example

White with #224FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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