Html Css Color HEX #407AF5 Royal Blue

📋 copy color: '#407AF5'

red 64 ◦ green 122 ◦ blue 245

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

Shades of Royal Blue #407AF5

Tints of Royal Blue #407AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 56.84%

R = 14.85%
G = 28.31%
B = 56.84%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#407AF5 (or 0x407AF5) is known color: Royal Blue. HEX triplet: 40, 7A and F5. RGB value is (64,122,245). Sum of RGB (Red+Green+Blue) = 64+122+245=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 245 (96.09% from 255 or 56.84% from 431); Max value from RGB is 245 - color contains mainly: blue. Hex color #407AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AF5 is #BF850A. Grayscale: #767676. Windows color (decimal): -12551435 or 16087616. OLE color: 16087616.

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

Color convert

RGB 64 122 245 -
CMYK 0.74 0.50 0 0.04
HSL 220.77º 0.9% 0.61% -
HSV(B) 220.77º 0.74% 0.96% -
XYZ 25.56 21.6 89.21 -
YUV 118.68 199.28 89 -
System Red Green Blue C M Y K H S L
Decimal 64 122 245 0.74 0.50 0 0.04 220.77 0.9 0.61
Hex 40 7A F5 4A 32 0 4 DD 5A 3D
Octal 100 172 365 112 62 0 4 335 132 75
Binary 1000000 1111010 11110101 1001010 110010 0 100 11011101 1011010 111101

Color Harmonies of #407AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AF5

Black with #407AF5

Text Example


Text Example

White with #407AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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