Html Css Color HEX #224DC0 Cerulean Blue

📋 copy color: '#224DC0'

red 34 ◦ green 77 ◦ blue 192

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

Shades of Cerulean Blue #224DC0

Tints of Cerulean Blue #224DC0

RGB

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

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

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

R = 11.22%
G = 25.41%
B = 63.37%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#224DC0 (or 0x224DC0) is known color: Cerulean Blue. HEX triplet: 22, 4D and C0. RGB value is (34,77,192). Sum of RGB (Red+Green+Blue) = 34+77+192=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #224DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DC0 is #DDB23F. Grayscale: #4C4C4C. Windows color (decimal): -14529088 or 12602658. OLE color: 12602658.

HSL color Cylindrical-coordinate representation of color #224DC0: hue angle of 223.67º 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 #224DC0 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 77 192 -
CMYK 0.82 0.60 0 0.25
HSL 223.67º 0.7% 0.44% -
HSV(B) 223.67º 0.82% 0.75% -
XYZ 12.83 9.45 51.02 -
YUV 77.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 34 77 192 0.82 0.60 0 0.25 223.67 0.7 0.44
Hex 22 4D C0 52 3C 0 19 E0 46 2C
Octal 42 115 300 122 74 0 31 340 106 54
Binary 100010 1001101 11000000 1010010 111100 0 11001 11100000 1000110 101100

Color Harmonies of #224DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DC0

Black with #224DC0

Text Example


Text Example

White with #224DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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