Html Css Color HEX #224DAE Cerulean Blue

📋 copy color: '#224DAE'

red 34 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #224DAE

Tints of Cerulean Blue #224DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 11.93%
G = 27.02%
B = 61.05%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#224DAE (or 0x224DAE) is known color: Cerulean Blue. HEX triplet: 22, 4D and AE. RGB value is (34,77,174). Sum of RGB (Red+Green+Blue) = 34+77+174=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #224DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DAE is #DDB251. Grayscale: #4A4A4A. Windows color (decimal): -14529106 or 11423010. OLE color: 11423010.

HSL color Cylindrical-coordinate representation of color #224DAE: hue angle of 221.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224DAE is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 77 174 -
CMYK 0.80 0.56 0 0.32
HSL 221.57º 0.67% 0.41% -
HSV(B) 221.57º 0.8% 0.68% -
XYZ 10.95 8.7 41.15 -
YUV 75.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 34 77 174 0.80 0.56 0 0.32 221.57 0.67 0.41
Hex 22 4D AE 50 38 0 20 DE 43 29
Octal 42 115 256 120 70 0 40 336 103 51
Binary 100010 1001101 10101110 1010000 111000 0 100000 11011110 1000011 101001

Color Harmonies of #224DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DAE

Black with #224DAE

Text Example


Text Example

White with #224DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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