Html Css Color HEX #224DED Royal Blue

📋 copy color: '#224DED'

red 34 ◦ green 77 ◦ blue 237

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

Shades of Royal Blue #224DED

Tints of Royal Blue #224DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.1%

R = 9.77%
G = 22.13%
B = 68.1%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#224DED (or 0x224DED) is known color: Royal Blue. HEX triplet: 22, 4D and ED. RGB value is (34,77,237). Sum of RGB (Red+Green+Blue) = 34+77+237=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #224DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DED is #DDB212. Grayscale: #515151. Windows color (decimal): -14529043 or 15551778. OLE color: 15551778.

HSL color Cylindrical-coordinate representation of color #224DED: hue angle of 227.29º degrees, saturation: 0.85, 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 #224DED is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 77 237 -
CMYK 0.86 0.68 0 0.07
HSL 227.29º 0.85% 0.53% -
HSV(B) 227.29º 0.86% 0.93% -
XYZ 18.6 11.76 81.41 -
YUV 82.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 34 77 237 0.86 0.68 0 0.07 227.29 0.85 0.53
Hex 22 4D ED 56 44 0 7 E3 55 35
Octal 42 115 355 126 104 0 7 343 125 65
Binary 100010 1001101 11101101 1010110 1000100 0 111 11100011 1010101 110101

Color Harmonies of #224DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DED

Black with #224DED

Text Example


Text Example

White with #224DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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