Html Css Color HEX #407AF7 Royal Blue

📋 copy color: '#407AF7'

red 64 ◦ green 122 ◦ blue 247

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

Shades of Royal Blue #407AF7

Tints of Royal Blue #407AF7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.18%

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

R = 14.78%
G = 28.18%
B = 57.04%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#407AF7 (or 0x407AF7) is known color: Royal Blue. HEX triplet: 40, 7A and F7. RGB value is (64,122,247). Sum of RGB (Red+Green+Blue) = 64+122+247=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #407AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AF7 is #BF8508. Grayscale: #767676. Windows color (decimal): -12551433 or 16218688. OLE color: 16218688.

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

Color convert

RGB 64 122 247 -
CMYK 0.74 0.51 0 0.03
HSL 220.98º 0.92% 0.61% -
HSV(B) 220.98º 0.74% 0.97% -
XYZ 25.86 21.72 90.83 -
YUV 118.91 200.28 88.84 -
System Red Green Blue C M Y K H S L
Decimal 64 122 247 0.74 0.51 0 0.03 220.98 0.92 0.61
Hex 40 7A F7 4A 33 0 3 DD 5C 3D
Octal 100 172 367 112 63 0 3 335 134 75
Binary 1000000 1111010 11110111 1001010 110011 0 11 11011101 1011100 111101

Color Harmonies of #407AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AF7

Black with #407AF7

Text Example


Text Example

White with #407AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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