Html Css Color HEX #407DFA Royal Blue

📋 copy color: '#407DFA'

red 64 ◦ green 125 ◦ blue 250

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

Shades of Royal Blue #407DFA

Tints of Royal Blue #407DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.95%

R = 14.58%
G = 28.47%
B = 56.95%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#407DFA (or 0x407DFA) is known color: Royal Blue. HEX triplet: 40, 7D and FA. RGB value is (64,125,250). Sum of RGB (Red+Green+Blue) = 64+125+250=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #407DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DFA is #BF8205. Grayscale: #787878. Windows color (decimal): -12550662 or 16416064. OLE color: 16416064.

HSL color Cylindrical-coordinate representation of color #407DFA: hue angle of 220.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407DFA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 125 250 -
CMYK 0.74 0.50 0 0.02
HSL 220.32º 0.95% 0.62% -
HSV(B) 220.32º 0.74% 0.98% -
XYZ 26.7 22.66 93.41 -
YUV 121.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 64 125 250 0.74 0.50 0 0.02 220.32 0.95 0.62
Hex 40 7D FA 4A 32 0 2 DC 5F 3E
Octal 100 175 372 112 62 0 2 334 137 76
Binary 1000000 1111101 11111010 1001010 110010 0 10 11011100 1011111 111110

Color Harmonies of #407DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DFA

Black with #407DFA

Text Example


Text Example

White with #407DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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