Html Css Color HEX #407FF7 Royal Blue

📋 copy color: '#407FF7'

red 64 ◦ green 127 ◦ blue 247

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

Shades of Royal Blue #407FF7

Tints of Royal Blue #407FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.39%

R = 14.61%
G = 29%
B = 56.39%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#407FF7 (or 0x407FF7) is known color: Royal Blue. HEX triplet: 40, 7F and F7. RGB value is (64,127,247). Sum of RGB (Red+Green+Blue) = 64+127+247=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #407FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FF7 is #BF8008. Grayscale: #797979. Windows color (decimal): -12550153 or 16219968. OLE color: 16219968.

HSL color Cylindrical-coordinate representation of color #407FF7: hue angle of 219.34º degrees, saturation: 0.92, 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 #407FF7 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 127 247 -
CMYK 0.74 0.49 0 0.03
HSL 219.34º 0.92% 0.61% -
HSV(B) 219.34º 0.74% 0.97% -
XYZ 26.49 22.98 91.04 -
YUV 121.84 198.63 86.74 -
System Red Green Blue C M Y K H S L
Decimal 64 127 247 0.74 0.49 0 0.03 219.34 0.92 0.61
Hex 40 7F F7 4A 31 0 3 DB 5C 3D
Octal 100 177 367 112 61 0 3 333 134 75
Binary 1000000 1111111 11110111 1001010 110001 0 11 11011011 1011100 111101

Color Harmonies of #407FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FF7

Black with #407FF7

Text Example


Text Example

White with #407FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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