Html Css Color HEX #407AD5 Royal Blue

📋 copy color: '#407AD5'

red 64 ◦ green 122 ◦ blue 213

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

Shades of Royal Blue #407AD5

Tints of Royal Blue #407AD5

RGB

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

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

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

R = 16.04%
G = 30.58%
B = 53.38%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#407AD5 (or 0x407AD5) is known color: Royal Blue. HEX triplet: 40, 7A and D5. RGB value is (64,122,213). Sum of RGB (Red+Green+Blue) = 64+122+213=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #407AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AD5 is #BF852A. Grayscale: #727272. Windows color (decimal): -12551467 or 13990464. OLE color: 13990464.

HSL color Cylindrical-coordinate representation of color #407AD5: hue angle of 216.64º 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 #407AD5 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 122 213 -
CMYK 0.70 0.43 0 0.16
HSL 216.64º 0.64% 0.54% -
HSV(B) 216.64º 0.7% 0.84% -
XYZ 21.08 19.81 65.66 -
YUV 115.03 183.28 91.6 -
System Red Green Blue C M Y K H S L
Decimal 64 122 213 0.70 0.43 0 0.16 216.64 0.64 0.54
Hex 40 7A D5 46 2B 0 10 D9 40 36
Octal 100 172 325 106 53 0 20 331 100 66
Binary 1000000 1111010 11010101 1000110 101011 0 10000 11011001 1000000 110110

Color Harmonies of #407AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AD5

Black with #407AD5

Text Example


Text Example

White with #407AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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