Html Css Color HEX #407DFD Royal Blue

📋 copy color: '#407DFD'

red 64 ◦ green 125 ◦ blue 253

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

Shades of Royal Blue #407DFD

Tints of Royal Blue #407DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 14.48%
G = 28.28%
B = 57.24%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#407DFD (or 0x407DFD) is known color: Royal Blue. HEX triplet: 40, 7D and FD. RGB value is (64,125,253). Sum of RGB (Red+Green+Blue) = 64+125+253=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #407DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DFD is #BF8202. Grayscale: #787878. Windows color (decimal): -12550659 or 16612672. OLE color: 16612672.

HSL color Cylindrical-coordinate representation of color #407DFD: hue angle of 220.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407DFD is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 125 253 -
CMYK 0.75 0.51 0 0.01
HSL 220.63º 0.98% 0.62% -
HSV(B) 220.63º 0.75% 0.99% -
XYZ 27.18 22.85 95.91 -
YUV 121.35 202.29 87.09 -
System Red Green Blue C M Y K H S L
Decimal 64 125 253 0.75 0.51 0 0.01 220.63 0.98 0.62
Hex 40 7D FD 4B 33 0 1 DD 62 3E
Octal 100 175 375 113 63 0 1 335 142 76
Binary 1000000 1111101 11111101 1001011 110011 0 1 11011101 1100010 111110

Color Harmonies of #407DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DFD

Black with #407DFD

Text Example


Text Example

White with #407DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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