Html Css Color HEX #407DDD Royal Blue

📋 copy color: '#407DDD'

red 64 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #407DDD

Tints of Royal Blue #407DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 15.61%
G = 30.49%
B = 53.9%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#407DDD (or 0x407DDD) is known color: Royal Blue. HEX triplet: 40, 7D and DD. RGB value is (64,125,221). Sum of RGB (Red+Green+Blue) = 64+125+221=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #407DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DDD is #BF8222. Grayscale: #757575. Windows color (decimal): -12550691 or 14515520. OLE color: 14515520.

HSL color Cylindrical-coordinate representation of color #407DDD: hue angle of 216.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407DDD is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 125 221 -
CMYK 0.71 0.43 0 0.13
HSL 216.69º 0.7% 0.56% -
HSV(B) 216.69º 0.71% 0.87% -
XYZ 22.5 20.98 71.27 -
YUV 117.71 186.29 89.69 -
System Red Green Blue C M Y K H S L
Decimal 64 125 221 0.71 0.43 0 0.13 216.69 0.7 0.56
Hex 40 7D DD 47 2B 0 D D9 46 38
Octal 100 175 335 107 53 0 15 331 106 70
Binary 1000000 1111101 11011101 1000111 101011 0 1101 11011001 1000110 111000

Color Harmonies of #407DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DDD

Black with #407DDD

Text Example


Text Example

White with #407DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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