Html Css Color HEX #407BE6 Royal Blue

📋 copy color: '#407BE6'

red 64 ◦ green 123 ◦ blue 230

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

Shades of Royal Blue #407BE6

Tints of Royal Blue #407BE6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

 BLUE value IS 230 (90.23% from 255) = 55.16%

R = 15.35%
G = 29.5%
B = 55.16%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#407BE6 (or 0x407BE6) is known color: Royal Blue. HEX triplet: 40, 7B and E6. RGB value is (64,123,230). Sum of RGB (Red+Green+Blue) = 64+123+230=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #407BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407BE6 is #BF8419. Grayscale: #757575. Windows color (decimal): -12551194 or 15104832. OLE color: 15104832.

HSL color Cylindrical-coordinate representation of color #407BE6: hue angle of 218.67º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407BE6 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 123 230 -
CMYK 0.72 0.47 0 0.10
HSL 218.67º 0.77% 0.58% -
HSV(B) 218.67º 0.72% 0.9% -
XYZ 23.48 20.97 77.67 -
YUV 117.56 191.45 89.8 -
System Red Green Blue C M Y K H S L
Decimal 64 123 230 0.72 0.47 0 0.10 218.67 0.77 0.58
Hex 40 7B E6 48 2F 0 A DB 4D 3A
Octal 100 173 346 110 57 0 12 333 115 72
Binary 1000000 1111011 11100110 1001000 101111 0 1010 11011011 1001101 111010

Color Harmonies of #407BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BE6

Black with #407BE6

Text Example


Text Example

White with #407BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,123,230); }

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

background-color css

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

 a { background-color: rgb(64,123,230); }

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

border-color css

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

 span { border-color: rgb(64,123,230); }

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