Html Css Color HEX #224DEC Royal Blue

📋 copy color: '#224DEC'

red 34 ◦ green 77 ◦ blue 236

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

Shades of Royal Blue #224DEC

Tints of Royal Blue #224DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.01%

R = 9.8%
G = 22.19%
B = 68.01%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#224DEC (or 0x224DEC) is known color: Royal Blue. HEX triplet: 22, 4D and EC. RGB value is (34,77,236). Sum of RGB (Red+Green+Blue) = 34+77+236=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #224DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DEC is #DDB213. Grayscale: #515151. Windows color (decimal): -14529044 or 15486242. OLE color: 15486242.

HSL color Cylindrical-coordinate representation of color #224DEC: hue angle of 227.23º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224DEC is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 77 236 -
CMYK 0.86 0.67 0 0.07
HSL 227.23º 0.84% 0.53% -
HSV(B) 227.23º 0.86% 0.93% -
XYZ 18.45 11.7 80.64 -
YUV 82.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 34 77 236 0.86 0.67 0 0.07 227.23 0.84 0.53
Hex 22 4D EC 56 43 0 7 E3 54 35
Octal 42 115 354 126 103 0 7 343 124 65
Binary 100010 1001101 11101100 1010110 1000011 0 111 11100011 1010100 110101

Color Harmonies of #224DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DEC

Black with #224DEC

Text Example


Text Example

White with #224DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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