Html Css Color HEX #224EA5 Cerulean Blue

📋 copy color: '#224EA5'

red 34 ◦ green 78 ◦ blue 165

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

Shades of Cerulean Blue #224EA5

Tints of Cerulean Blue #224EA5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.16%

 BLUE value IS 165 (64.84% from 255) = 59.57%

R = 12.27%
G = 28.16%
B = 59.57%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#224EA5 (or 0x224EA5) is known color: Cerulean Blue. HEX triplet: 22, 4E and A5. RGB value is (34,78,165). Sum of RGB (Red+Green+Blue) = 34+78+165=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 165 (64.84% from 255 or 59.57% from 277); Max value from RGB is 165 - color contains mainly: blue. Hex color #224EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224EA5 is #DDB15A. Grayscale: #4A4A4A. Windows color (decimal): -14528859 or 10833442. OLE color: 10833442.

HSL color Cylindrical-coordinate representation of color #224EA5: hue angle of 219.85º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224EA5 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 34 78 165 -
CMYK 0.79 0.53 0 0.35
HSL 219.85º 0.66% 0.39% -
HSV(B) 219.85º 0.79% 0.65% -
XYZ 10.18 8.51 36.7 -
YUV 74.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 34 78 165 0.79 0.53 0 0.35 219.85 0.66 0.39
Hex 22 4E A5 4F 35 0 23 DC 42 27
Octal 42 116 245 117 65 0 43 334 102 47
Binary 100010 1001110 10100101 1001111 110101 0 100011 11011100 1000010 100111

Color Harmonies of #224EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EA5

Black with #224EA5

Text Example


Text Example

White with #224EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,78,165); }

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

background-color css

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

 a { background-color: rgb(34,78,165); }

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

border-color css

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

 span { border-color: rgb(34,78,165); }

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