Html Css Color HEX #224FEC Royal Blue

📋 copy color: '#224FEC'

red 34 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #224FEC

Tints of Royal Blue #224FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.62%

R = 9.74%
G = 22.64%
B = 67.62%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#224FEC (or 0x224FEC) is known color: Royal Blue. HEX triplet: 22, 4F and EC. RGB value is (34,79,236). Sum of RGB (Red+Green+Blue) = 34+79+236=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #224FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224FEC is #DDB013. Grayscale: #525252. Windows color (decimal): -14528532 or 15486754. OLE color: 15486754.

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

Color convert

RGB 34 79 236 -
CMYK 0.86 0.67 0 0.07
HSL 226.63º 0.84% 0.53% -
HSV(B) 226.63º 0.86% 0.93% -
XYZ 18.6 11.99 80.69 -
YUV 83.44 214.09 92.73 -
System Red Green Blue C M Y K H S L
Decimal 34 79 236 0.86 0.67 0 0.07 226.63 0.84 0.53
Hex 22 4F EC 56 43 0 7 E3 54 35
Octal 42 117 354 126 103 0 7 343 124 65
Binary 100010 1001111 11101100 1010110 1000011 0 111 11100011 1010100 110101

Color Harmonies of #224FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FEC

Black with #224FEC

Text Example


Text Example

White with #224FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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