Html Css Color HEX #224DC2 Cerulean Blue

📋 copy color: '#224DC2'

red 34 ◦ green 77 ◦ blue 194

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

Shades of Cerulean Blue #224DC2

Tints of Cerulean Blue #224DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 63.61%

R = 11.15%
G = 25.25%
B = 63.61%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#224DC2 (or 0x224DC2) is known color: Cerulean Blue. HEX triplet: 22, 4D and C2. RGB value is (34,77,194). Sum of RGB (Red+Green+Blue) = 34+77+194=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #224DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DC2 is #DDB23D. Grayscale: #4C4C4C. Windows color (decimal): -14529086 or 12733730. OLE color: 12733730.

HSL color Cylindrical-coordinate representation of color #224DC2: hue angle of 223.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224DC2 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 77 194 -
CMYK 0.82 0.60 0 0.24
HSL 223.88º 0.7% 0.45% -
HSV(B) 223.88º 0.82% 0.76% -
XYZ 13.05 9.54 52.19 -
YUV 77.48 193.75 96.99 -
System Red Green Blue C M Y K H S L
Decimal 34 77 194 0.82 0.60 0 0.24 223.88 0.7 0.45
Hex 22 4D C2 52 3C 0 18 E0 46 2D
Octal 42 115 302 122 74 0 30 340 106 55
Binary 100010 1001101 11000010 1010010 111100 0 11000 11100000 1000110 101101

Color Harmonies of #224DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DC2

Black with #224DC2

Text Example


Text Example

White with #224DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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