Html Css Color HEX #4464F8 Royal Blue

📋 copy color: '#4464F8'

red 68 ◦ green 100 ◦ blue 248

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

Shades of Royal Blue #4464F8

Tints of Royal Blue #4464F8

RGB

 RED value IS 68 (26.95% from 255) = 16.35%

 GREEN value IS 100 (39.45% from 255) = 24.04%

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

R = 16.35%
G = 24.04%
B = 59.62%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4464F8 (or 0x4464F8) is known color: Royal Blue. HEX triplet: 44, 64 and F8. RGB value is (68,100,248). Sum of RGB (Red+Green+Blue) = 68+100+248=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 248 (97.27% from 255 or 59.62% from 416); Max value from RGB is 248 - color contains mainly: blue. Hex color #4464F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4464F8 is #BB9B07. Grayscale: #6A6A6A. Windows color (decimal): -12294920 or 16278596. OLE color: 16278596.

HSL color Cylindrical-coordinate representation of color #4464F8: hue angle of 229.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4464F8 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 68 100 248 -
CMYK 0.73 0.60 0 0.03
HSL 229.33º 0.93% 0.62% -
HSV(B) 229.33º 0.73% 0.97% -
XYZ 23.88 17.12 90.85 -
YUV 107.3 207.4 99.97 -
System Red Green Blue C M Y K H S L
Decimal 68 100 248 0.73 0.60 0 0.03 229.33 0.93 0.62
Hex 44 64 F8 49 3C 0 3 E5 5D 3E
Octal 104 144 370 111 74 0 3 345 135 76
Binary 1000100 1100100 11111000 1001001 111100 0 11 11100101 1011101 111110

Color Harmonies of #4464F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464F8

Black with #4464F8

Text Example


Text Example

White with #4464F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4464F8; }

 p { color: rgb(68,100,248); }

 H1.HeaderClassName
 {
   color: #4464F8;
 }
 .AnyTagClassName
 {
   color: #4464F8;
 }
</style>

background-color css

<style>
 a { background-color: #4464F8; }

 a { background-color: rgb(68,100,248); }

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

border-color css

<style>
 span { border-color: #4464F8; }

 span { border-color: rgb(68,100,248); }

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