Html Css Color HEX #224DAB Cerulean Blue

📋 copy color: '#224DAB'

red 34 ◦ green 77 ◦ blue 171

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

Shades of Cerulean Blue #224DAB

Tints of Cerulean Blue #224DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

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

R = 12.06%
G = 27.3%
B = 60.64%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#224DAB (or 0x224DAB) is known color: Cerulean Blue. HEX triplet: 22, 4D and AB. RGB value is (34,77,171). Sum of RGB (Red+Green+Blue) = 34+77+171=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #224DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DAB is #DDB254. Grayscale: #4A4A4A. Windows color (decimal): -14529109 or 11226402. OLE color: 11226402.

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

Color convert

RGB 34 77 171 -
CMYK 0.80 0.55 0 0.33
HSL 221.17º 0.67% 0.4% -
HSV(B) 221.17º 0.8% 0.67% -
XYZ 10.66 8.59 39.62 -
YUV 74.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 34 77 171 0.80 0.55 0 0.33 221.17 0.67 0.4
Hex 22 4D AB 50 37 0 21 DD 43 28
Octal 42 115 253 120 67 0 41 335 103 50
Binary 100010 1001101 10101011 1010000 110111 0 100001 11011101 1000011 101000

Color Harmonies of #224DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DAB

Black with #224DAB

Text Example


Text Example

White with #224DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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