Html Css Color HEX #407DEB Royal Blue

📋 copy color: '#407DEB'

red 64 ◦ green 125 ◦ blue 235

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

Shades of Royal Blue #407DEB

Tints of Royal Blue #407DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 15.09%
G = 29.48%
B = 55.42%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#407DEB (or 0x407DEB) is known color: Royal Blue. HEX triplet: 40, 7D and EB. RGB value is (64,125,235). Sum of RGB (Red+Green+Blue) = 64+125+235=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #407DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DEB is #BF8214. Grayscale: #767676. Windows color (decimal): -12550677 or 15433024. OLE color: 15433024.

HSL color Cylindrical-coordinate representation of color #407DEB: hue angle of 218.6º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407DEB is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 125 235 -
CMYK 0.73 0.47 0 0.08
HSL 218.6º 0.81% 0.59% -
HSV(B) 218.6º 0.73% 0.92% -
XYZ 24.44 21.76 81.51 -
YUV 119.3 193.29 88.56 -
System Red Green Blue C M Y K H S L
Decimal 64 125 235 0.73 0.47 0 0.08 218.6 0.81 0.59
Hex 40 7D EB 49 2F 0 8 DB 51 3B
Octal 100 175 353 111 57 0 10 333 121 73
Binary 1000000 1111101 11101011 1001001 101111 0 1000 11011011 1010001 111011

Color Harmonies of #407DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DEB

Black with #407DEB

Text Example


Text Example

White with #407DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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