Html Css Color HEX #224CEA Royal Blue

📋 copy color: '#224CEA'

red 34 ◦ green 76 ◦ blue 234

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

Shades of Royal Blue #224CEA

Tints of Royal Blue #224CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

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

R = 9.88%
G = 22.09%
B = 68.02%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#224CEA (or 0x224CEA) is known color: Royal Blue. HEX triplet: 22, 4C and EA. RGB value is (34,76,234). Sum of RGB (Red+Green+Blue) = 34+76+234=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #224CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224CEA is #DDB315. Grayscale: #505050. Windows color (decimal): -14529302 or 15354914. OLE color: 15354914.

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

Color convert

RGB 34 76 234 -
CMYK 0.85 0.68 0 0.08
HSL 227.4º 0.83% 0.53% -
HSV(B) 227.4º 0.85% 0.92% -
XYZ 18.1 11.45 79.1 -
YUV 81.45 214.09 94.15 -
System Red Green Blue C M Y K H S L
Decimal 34 76 234 0.85 0.68 0 0.08 227.4 0.83 0.53
Hex 22 4C EA 55 44 0 8 E3 53 35
Octal 42 114 352 125 104 0 10 343 123 65
Binary 100010 1001100 11101010 1010101 1000100 0 1000 11100011 1010011 110101

Color Harmonies of #224CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CEA

Black with #224CEA

Text Example


Text Example

White with #224CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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