Html Css Color HEX #407FDA Royal Blue

📋 copy color: '#407FDA'

red 64 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #407FDA

Tints of Royal Blue #407FDA

RGB

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

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

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

R = 15.65%
G = 31.05%
B = 53.3%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#407FDA (or 0x407FDA) is known color: Royal Blue. HEX triplet: 40, 7F and DA. RGB value is (64,127,218). Sum of RGB (Red+Green+Blue) = 64+127+218=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #407FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FDA is #BF8025. Grayscale: #767676. Windows color (decimal): -12550182 or 14319424. OLE color: 14319424.

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

Color convert

RGB 64 127 218 -
CMYK 0.71 0.42 0 0.15
HSL 215.45º 0.68% 0.55% -
HSV(B) 215.45º 0.71% 0.85% -
XYZ 22.36 21.33 69.27 -
YUV 118.54 184.13 89.1 -
System Red Green Blue C M Y K H S L
Decimal 64 127 218 0.71 0.42 0 0.15 215.45 0.68 0.55
Hex 40 7F DA 47 2A 0 F D7 44 37
Octal 100 177 332 107 52 0 17 327 104 67
Binary 1000000 1111111 11011010 1000111 101010 0 1111 11010111 1000100 110111

Color Harmonies of #407FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FDA

Black with #407FDA

Text Example


Text Example

White with #407FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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