Html Css Color HEX #224FF8 Royal Blue

📋 copy color: '#224FF8'

red 34 ◦ green 79 ◦ blue 248

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

Shades of Royal Blue #224FF8

Tints of Royal Blue #224FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 68.7%

R = 9.42%
G = 21.88%
B = 68.7%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#224FF8 (or 0x224FF8) is known color: Royal Blue. HEX triplet: 22, 4F and F8. RGB value is (34,79,248). Sum of RGB (Red+Green+Blue) = 34+79+248=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #224FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224FF8 is #DDB007. Grayscale: #545454. Windows color (decimal): -14528520 or 16273186. OLE color: 16273186.

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

Color convert

RGB 34 79 248 -
CMYK 0.86 0.68 0 0.03
HSL 227.38º 0.94% 0.55% -
HSV(B) 227.38º 0.86% 0.97% -
XYZ 20.4 12.71 90.18 -
YUV 84.81 220.09 91.76 -
System Red Green Blue C M Y K H S L
Decimal 34 79 248 0.86 0.68 0 0.03 227.38 0.94 0.55
Hex 22 4F F8 56 44 0 3 E3 5E 37
Octal 42 117 370 126 104 0 3 343 136 67
Binary 100010 1001111 11111000 1010110 1000100 0 11 11100011 1011110 110111

Color Harmonies of #224FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FF8

Black with #224FF8

Text Example


Text Example

White with #224FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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