Html Css Color HEX #407DDA Royal Blue

📋 copy color: '#407DDA'

red 64 ◦ green 125 ◦ blue 218

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

Shades of Royal Blue #407DDA

Tints of Royal Blue #407DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 15.72%
G = 30.71%
B = 53.56%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#407DDA (or 0x407DDA) is known color: Royal Blue. HEX triplet: 40, 7D and DA. RGB value is (64,125,218). Sum of RGB (Red+Green+Blue) = 64+125+218=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #407DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DDA is #BF8225. Grayscale: #747474. Windows color (decimal): -12550694 or 14318912. OLE color: 14318912.

HSL color Cylindrical-coordinate representation of color #407DDA: hue angle of 216.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407DDA is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 125 218 -
CMYK 0.71 0.43 0 0.15
HSL 216.23º 0.68% 0.55% -
HSV(B) 216.23º 0.71% 0.85% -
XYZ 22.1 20.82 69.18 -
YUV 117.36 184.79 89.94 -
System Red Green Blue C M Y K H S L
Decimal 64 125 218 0.71 0.43 0 0.15 216.23 0.68 0.55
Hex 40 7D DA 47 2B 0 F D8 44 37
Octal 100 175 332 107 53 0 17 330 104 67
Binary 1000000 1111101 11011010 1000111 101011 0 1111 11011000 1000100 110111

Color Harmonies of #407DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DDA

Black with #407DDA

Text Example


Text Example

White with #407DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,125,218); }

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

background-color css

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

 a { background-color: rgb(64,125,218); }

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

border-color css

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

 span { border-color: rgb(64,125,218); }

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