Html Css Color HEX #224FEA Royal Blue

📋 copy color: '#224FEA'

red 34 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #224FEA

Tints of Royal Blue #224FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 9.8%
G = 22.77%
B = 67.44%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#224FEA (or 0x224FEA) is known color: Royal Blue. HEX triplet: 22, 4F and EA. RGB value is (34,79,234). Sum of RGB (Red+Green+Blue) = 34+79+234=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #224FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224FEA is #DDB015. Grayscale: #525252. Windows color (decimal): -14528534 or 15355682. OLE color: 15355682.

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

Color convert

RGB 34 79 234 -
CMYK 0.85 0.66 0 0.08
HSL 226.5º 0.83% 0.53% -
HSV(B) 226.5º 0.85% 0.92% -
XYZ 18.31 11.87 79.17 -
YUV 83.22 213.09 92.9 -
System Red Green Blue C M Y K H S L
Decimal 34 79 234 0.85 0.66 0 0.08 226.5 0.83 0.53
Hex 22 4F EA 55 42 0 8 E2 53 35
Octal 42 117 352 125 102 0 10 342 123 65
Binary 100010 1001111 11101010 1010101 1000010 0 1000 11100010 1010011 110101

Color Harmonies of #224FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FEA

Black with #224FEA

Text Example


Text Example

White with #224FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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