Html Css Color HEX #224EC0 Cerulean Blue

📋 copy color: '#224EC0'

red 34 ◦ green 78 ◦ blue 192

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

Shades of Cerulean Blue #224EC0

Tints of Cerulean Blue #224EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.16%

R = 11.18%
G = 25.66%
B = 63.16%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#224EC0 (or 0x224EC0) is known color: Cerulean Blue. HEX triplet: 22, 4E and C0. RGB value is (34,78,192). Sum of RGB (Red+Green+Blue) = 34+78+192=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #224EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EC0 is #DDB13F. Grayscale: #4D4D4D. Windows color (decimal): -14528832 or 12602914. OLE color: 12602914.

HSL color Cylindrical-coordinate representation of color #224EC0: hue angle of 223.29º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224EC0 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 78 192 -
CMYK 0.82 0.59 0 0.25
HSL 223.29º 0.7% 0.44% -
HSV(B) 223.29º 0.82% 0.75% -
XYZ 12.9 9.59 51.04 -
YUV 77.84 192.42 96.73 -
System Red Green Blue C M Y K H S L
Decimal 34 78 192 0.82 0.59 0 0.25 223.29 0.7 0.44
Hex 22 4E C0 52 3B 0 19 DF 46 2C
Octal 42 116 300 122 73 0 31 337 106 54
Binary 100010 1001110 11000000 1010010 111011 0 11001 11011111 1000110 101100

Color Harmonies of #224EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EC0

Black with #224EC0

Text Example


Text Example

White with #224EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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