Html Css Color HEX #407DF8 Royal Blue

📋 copy color: '#407DF8'

red 64 ◦ green 125 ◦ blue 248

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

Shades of Royal Blue #407DF8

Tints of Royal Blue #407DF8

RGB

 RED value IS 64 (25.39% from 255) = 14.65%

 GREEN value IS 125 (49.22% from 255) = 28.6%

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

R = 14.65%
G = 28.6%
B = 56.75%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#407DF8 (or 0x407DF8) is known color: Royal Blue. HEX triplet: 40, 7D and F8. RGB value is (64,125,248). Sum of RGB (Red+Green+Blue) = 64+125+248=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #407DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DF8 is #BF8207. Grayscale: #787878. Windows color (decimal): -12550664 or 16284992. OLE color: 16284992.

HSL color Cylindrical-coordinate representation of color #407DF8: hue angle of 220.11º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407DF8 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 125 248 -
CMYK 0.74 0.50 0 0.03
HSL 220.11º 0.93% 0.61% -
HSV(B) 220.11º 0.74% 0.97% -
XYZ 26.39 22.53 91.77 -
YUV 120.78 199.79 87.5 -
System Red Green Blue C M Y K H S L
Decimal 64 125 248 0.74 0.50 0 0.03 220.11 0.93 0.61
Hex 40 7D F8 4A 32 0 3 DC 5D 3D
Octal 100 175 370 112 62 0 3 334 135 75
Binary 1000000 1111101 11111000 1001010 110010 0 11 11011100 1011101 111101

Color Harmonies of #407DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DF8

Black with #407DF8

Text Example


Text Example

White with #407DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407DF8; }

 p { color: rgb(64,125,248); }

 H1.HeaderClassName
 {
   color: #407DF8;
 }
 .AnyTagClassName
 {
   color: #407DF8;
 }
</style>

background-color css

<style>
 a { background-color: #407DF8; }

 a { background-color: rgb(64,125,248); }

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

border-color css

<style>
 span { border-color: #407DF8; }

 span { border-color: rgb(64,125,248); }

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