Html Css Color HEX #407FDF Royal Blue

📋 copy color: '#407FDF'

red 64 ◦ green 127 ◦ blue 223

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

Shades of Royal Blue #407FDF

Tints of Royal Blue #407FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

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

R = 15.46%
G = 30.68%
B = 53.86%

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

#407FDF (or 0x407FDF) is known color: Royal Blue. HEX triplet: 40, 7F and DF. RGB value is (64,127,223). Sum of RGB (Red+Green+Blue) = 64+127+223=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #407FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FDF is #BF8020. Grayscale: #767676. Windows color (decimal): -12550177 or 14647104. OLE color: 14647104.

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

Color convert

RGB 64 127 223 -
CMYK 0.71 0.43 0 0.13
HSL 216.23º 0.71% 0.56% -
HSV(B) 216.23º 0.71% 0.87% -
XYZ 23.02 21.6 72.77 -
YUV 119.11 186.63 88.69 -
System Red Green Blue C M Y K H S L
Decimal 64 127 223 0.71 0.43 0 0.13 216.23 0.71 0.56
Hex 40 7F DF 47 2B 0 D D8 47 38
Octal 100 177 337 107 53 0 15 330 107 70
Binary 1000000 1111111 11011111 1000111 101011 0 1101 11011000 1000111 111000

Color Harmonies of #407FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FDF

Black with #407FDF

Text Example


Text Example

White with #407FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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