Html Css Color HEX #407DDF Royal Blue

📋 copy color: '#407DDF'

red 64 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #407DDF

Tints of Royal Blue #407DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 15.53%
G = 30.34%
B = 54.13%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#407DDF (or 0x407DDF) is known color: Royal Blue. HEX triplet: 40, 7D and DF. RGB value is (64,125,223). Sum of RGB (Red+Green+Blue) = 64+125+223=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #407DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DDF is #BF8220. Grayscale: #757575. Windows color (decimal): -12550689 or 14646592. OLE color: 14646592.

HSL color Cylindrical-coordinate representation of color #407DDF: hue angle of 216.98º degrees, saturation: 0.71, 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 #407DDF is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 125 223 -
CMYK 0.71 0.44 0 0.13
HSL 216.98º 0.71% 0.56% -
HSV(B) 216.98º 0.71% 0.87% -
XYZ 22.77 21.08 72.68 -
YUV 117.93 187.29 89.53 -
System Red Green Blue C M Y K H S L
Decimal 64 125 223 0.71 0.44 0 0.13 216.98 0.71 0.56
Hex 40 7D DF 47 2C 0 D D9 47 38
Octal 100 175 337 107 54 0 15 331 107 70
Binary 1000000 1111101 11011111 1000111 101100 0 1101 11011001 1000111 111000

Color Harmonies of #407DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DDF

Black with #407DDF

Text Example


Text Example

White with #407DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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