Html Css Color HEX #224EF4 Royal Blue

📋 copy color: '#224EF4'

red 34 ◦ green 78 ◦ blue 244

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

Shades of Royal Blue #224EF4

Tints of Royal Blue #224EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.54%

R = 9.55%
G = 21.91%
B = 68.54%

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

#224EF4 (or 0x224EF4) is known color: Royal Blue. HEX triplet: 22, 4E and F4. RGB value is (34,78,244). Sum of RGB (Red+Green+Blue) = 34+78+244=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #224EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224EF4 is #DDB10B. Grayscale: #535353. Windows color (decimal): -14528780 or 16010786. OLE color: 16010786.

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

Color convert

RGB 34 78 244 -
CMYK 0.86 0.68 0 0.04
HSL 227.43º 0.91% 0.55% -
HSV(B) 227.43º 0.86% 0.96% -
XYZ 19.71 12.32 86.93 -
YUV 83.77 218.42 92.5 -
System Red Green Blue C M Y K H S L
Decimal 34 78 244 0.86 0.68 0 0.04 227.43 0.91 0.55
Hex 22 4E F4 56 44 0 4 E3 5B 37
Octal 42 116 364 126 104 0 4 343 133 67
Binary 100010 1001110 11110100 1010110 1000100 0 100 11100011 1011011 110111

Color Harmonies of #224EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EF4

Black with #224EF4

Text Example


Text Example

White with #224EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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