Html Css Color HEX #224DEA Royal Blue

📋 copy color: '#224DEA'

red 34 ◦ green 77 ◦ blue 234

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

Shades of Royal Blue #224DEA

Tints of Royal Blue #224DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 9.86%
G = 22.32%
B = 67.83%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#224DEA (or 0x224DEA) is known color: Royal Blue. HEX triplet: 22, 4D and EA. RGB value is (34,77,234). Sum of RGB (Red+Green+Blue) = 34+77+234=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #224DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DEA is #DDB215. Grayscale: #515151. Windows color (decimal): -14529046 or 15355170. OLE color: 15355170.

HSL color Cylindrical-coordinate representation of color #224DEA: hue angle of 227.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224DEA is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 77 234 -
CMYK 0.85 0.67 0 0.08
HSL 227.1º 0.83% 0.53% -
HSV(B) 227.1º 0.85% 0.92% -
XYZ 18.16 11.59 79.12 -
YUV 82.04 213.75 93.73 -
System Red Green Blue C M Y K H S L
Decimal 34 77 234 0.85 0.67 0 0.08 227.1 0.83 0.53
Hex 22 4D EA 55 43 0 8 E3 53 35
Octal 42 115 352 125 103 0 10 343 123 65
Binary 100010 1001101 11101010 1010101 1000011 0 1000 11100011 1010011 110101

Color Harmonies of #224DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DEA

Black with #224DEA

Text Example


Text Example

White with #224DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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