Html Css Color HEX #407DFF Royal Blue

📋 copy color: '#407DFF'

red 64 ◦ green 125 ◦ blue 255

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

Shades of Royal Blue #407DFF

Tints of Royal Blue #407DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.43%

R = 14.41%
G = 28.15%
B = 57.43%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#407DFF (or 0x407DFF) is known color: Royal Blue. HEX triplet: 40, 7D and FF. RGB value is (64,125,255). Sum of RGB (Red+Green+Blue) = 64+125+255=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #407DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DFF is #BF8200. Grayscale: #797979. Windows color (decimal): -12550657 or 16743744. OLE color: 16743744.

HSL color Cylindrical-coordinate representation of color #407DFF: hue angle of 220.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407DFF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 125 255 -
CMYK 0.75 0.51 0 0
HSL 220.84º 1% 0.63% -
HSV(B) 220.84º 0.75% 1% -
XYZ 27.5 22.98 97.59 -
YUV 121.58 203.29 86.93 -
System Red Green Blue C M Y K H S L
Decimal 64 125 255 0.75 0.51 0 0 220.84 1 0.63
Hex 40 7D FF 4B 33 0 0 DD 64 3F
Octal 100 175 377 113 63 0 0 335 144 77
Binary 1000000 1111101 11111111 1001011 110011 0 0 11011101 1100100 111111

Color Harmonies of #407DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DFF

Black with #407DFF

Text Example


Text Example

White with #407DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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