Html Css Color HEX #407FDD Royal Blue

📋 copy color: '#407FDD'

red 64 ◦ green 127 ◦ blue 221

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

Shades of Royal Blue #407FDD

Tints of Royal Blue #407FDD

RGB

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

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

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

R = 15.53%
G = 30.83%
B = 53.64%

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

#407FDD (or 0x407FDD) is known color: Royal Blue. HEX triplet: 40, 7F and DD. RGB value is (64,127,221). Sum of RGB (Red+Green+Blue) = 64+127+221=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #407FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FDD is #BF8022. Grayscale: #767676. Windows color (decimal): -12550179 or 14516032. OLE color: 14516032.

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

Color convert

RGB 64 127 221 -
CMYK 0.71 0.43 0 0.13
HSL 215.92º 0.7% 0.56% -
HSV(B) 215.92º 0.71% 0.87% -
XYZ 22.75 21.49 71.36 -
YUV 118.88 185.63 88.86 -
System Red Green Blue C M Y K H S L
Decimal 64 127 221 0.71 0.43 0 0.13 215.92 0.7 0.56
Hex 40 7F DD 47 2B 0 D D8 46 38
Octal 100 177 335 107 53 0 15 330 106 70
Binary 1000000 1111111 11011101 1000111 101011 0 1101 11011000 1000110 111000

Color Harmonies of #407FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FDD

Black with #407FDD

Text Example


Text Example

White with #407FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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