Html Css Color HEX #224DAC Cerulean Blue

📋 copy color: '#224DAC'

red 34 ◦ green 77 ◦ blue 172

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

Shades of Cerulean Blue #224DAC

Tints of Cerulean Blue #224DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.78%

R = 12.01%
G = 27.21%
B = 60.78%

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

#224DAC (or 0x224DAC) is known color: Cerulean Blue. HEX triplet: 22, 4D and AC. RGB value is (34,77,172). Sum of RGB (Red+Green+Blue) = 34+77+172=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #224DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DAC is #DDB253. Grayscale: #4A4A4A. Windows color (decimal): -14529108 or 11291938. OLE color: 11291938.

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

Color convert

RGB 34 77 172 -
CMYK 0.80 0.55 0 0.33
HSL 221.3º 0.67% 0.4% -
HSV(B) 221.3º 0.8% 0.67% -
XYZ 10.76 8.63 40.13 -
YUV 74.97 182.75 98.78 -
System Red Green Blue C M Y K H S L
Decimal 34 77 172 0.80 0.55 0 0.33 221.3 0.67 0.4
Hex 22 4D AC 50 37 0 21 DD 43 28
Octal 42 115 254 120 67 0 41 335 103 50
Binary 100010 1001101 10101100 1010000 110111 0 100001 11011101 1000011 101000

Color Harmonies of #224DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DAC

Black with #224DAC

Text Example


Text Example

White with #224DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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