Html Css Color HEX #224DEF Royal Blue

📋 copy color: '#224DEF'

red 34 ◦ green 77 ◦ blue 239

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

Shades of Royal Blue #224DEF

Tints of Royal Blue #224DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.29%

R = 9.71%
G = 22%
B = 68.29%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#224DEF (or 0x224DEF) is known color: Royal Blue. HEX triplet: 22, 4D and EF. RGB value is (34,77,239). Sum of RGB (Red+Green+Blue) = 34+77+239=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #224DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DEF is #DDB210. Grayscale: #515151. Windows color (decimal): -14529041 or 15682850. OLE color: 15682850.

HSL color Cylindrical-coordinate representation of color #224DEF: hue angle of 227.41º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224DEF is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 77 239 -
CMYK 0.86 0.68 0 0.06
HSL 227.41º 0.86% 0.54% -
HSV(B) 227.41º 0.86% 0.94% -
XYZ 18.89 11.88 82.96 -
YUV 82.61 216.25 93.33 -
System Red Green Blue C M Y K H S L
Decimal 34 77 239 0.86 0.68 0 0.06 227.41 0.86 0.54
Hex 22 4D EF 56 44 0 6 E3 56 36
Octal 42 115 357 126 104 0 6 343 126 66
Binary 100010 1001101 11101111 1010110 1000100 0 110 11100011 1010110 110110

Color Harmonies of #224DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DEF

Black with #224DEF

Text Example


Text Example

White with #224DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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