Html Css Color HEX #224EF5 Royal Blue

📋 copy color: '#224EF5'

red 34 ◦ green 78 ◦ blue 245

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

Shades of Royal Blue #224EF5

Tints of Royal Blue #224EF5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

 BLUE value IS 245 (96.09% from 255) = 68.63%

R = 9.52%
G = 21.85%
B = 68.63%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#224EF5 (or 0x224EF5) is known color: Royal Blue. HEX triplet: 22, 4E and F5. RGB value is (34,78,245). Sum of RGB (Red+Green+Blue) = 34+78+245=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 245 (96.09% from 255 or 68.63% from 357); Max value from RGB is 245 - color contains mainly: blue. Hex color #224EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224EF5 is #DDB10A. Grayscale: #535353. Windows color (decimal): -14528779 or 16076322. OLE color: 16076322.

HSL color Cylindrical-coordinate representation of color #224EF5: hue angle of 227.49º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224EF5 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 34 78 245 -
CMYK 0.86 0.68 0 0.04
HSL 227.49º 0.91% 0.55% -
HSV(B) 227.49º 0.86% 0.96% -
XYZ 19.87 12.38 87.73 -
YUV 83.88 218.92 92.42 -
System Red Green Blue C M Y K H S L
Decimal 34 78 245 0.86 0.68 0 0.04 227.49 0.91 0.55
Hex 22 4E F5 56 44 0 4 E3 5B 37
Octal 42 116 365 126 104 0 4 343 133 67
Binary 100010 1001110 11110101 1010110 1000100 0 100 11100011 1011011 110111

Color Harmonies of #224EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EF5

Black with #224EF5

Text Example


Text Example

White with #224EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,78,245); }

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

background-color css

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

 a { background-color: rgb(34,78,245); }

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

border-color css

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

 span { border-color: rgb(34,78,245); }

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