Html Css Color HEX #407FD5 Royal Blue

📋 copy color: '#407FD5'

red 64 ◦ green 127 ◦ blue 213

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

Shades of Royal Blue #407FD5

Tints of Royal Blue #407FD5

RGB

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

 GREEN value IS 127 (50% from 255) = 31.44%

 BLUE value IS 213 (83.59% from 255) = 52.72%

R = 15.84%
G = 31.44%
B = 52.72%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#407FD5 (or 0x407FD5) is known color: Royal Blue. HEX triplet: 40, 7F and D5. RGB value is (64,127,213). Sum of RGB (Red+Green+Blue) = 64+127+213=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #407FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FD5 is #BF802A. Grayscale: #757575. Windows color (decimal): -12550187 or 13991744. OLE color: 13991744.

HSL color Cylindrical-coordinate representation of color #407FD5: hue angle of 214.63º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #407FD5 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 127 213 -
CMYK 0.70 0.40 0 0.16
HSL 214.63º 0.64% 0.54% -
HSV(B) 214.63º 0.7% 0.84% -
XYZ 21.71 21.07 65.87 -
YUV 117.97 181.63 89.51 -
System Red Green Blue C M Y K H S L
Decimal 64 127 213 0.70 0.40 0 0.16 214.63 0.64 0.54
Hex 40 7F D5 46 28 0 10 D7 40 36
Octal 100 177 325 106 50 0 20 327 100 66
Binary 1000000 1111111 11010101 1000110 101000 0 10000 11010111 1000000 110110

Color Harmonies of #407FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FD5

Black with #407FD5

Text Example


Text Example

White with #407FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,127,213); }

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

background-color css

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

 a { background-color: rgb(64,127,213); }

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

border-color css

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

 span { border-color: rgb(64,127,213); }

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