Html Css Color HEX #407BEB Royal Blue

📋 copy color: '#407BEB'

red 64 ◦ green 123 ◦ blue 235

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

Shades of Royal Blue #407BEB

Tints of Royal Blue #407BEB

RGB

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

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

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

R = 15.17%
G = 29.15%
B = 55.69%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#407BEB (or 0x407BEB) is known color: Royal Blue. HEX triplet: 40, 7B and EB. RGB value is (64,123,235). Sum of RGB (Red+Green+Blue) = 64+123+235=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #407BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407BEB is #BF8414. Grayscale: #757575. Windows color (decimal): -12551189 or 15432512. OLE color: 15432512.

HSL color Cylindrical-coordinate representation of color #407BEB: hue angle of 219.3º 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 #407BEB is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 123 235 -
CMYK 0.73 0.48 0 0.08
HSL 219.3º 0.81% 0.59% -
HSV(B) 219.3º 0.73% 0.92% -
XYZ 24.19 21.25 81.42 -
YUV 118.13 193.95 89.39 -
System Red Green Blue C M Y K H S L
Decimal 64 123 235 0.73 0.48 0 0.08 219.3 0.81 0.59
Hex 40 7B EB 49 30 0 8 DB 51 3B
Octal 100 173 353 111 60 0 10 333 121 73
Binary 1000000 1111011 11101011 1001001 110000 0 1000 11011011 1010001 111011

Color Harmonies of #407BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BEB

Black with #407BEB

Text Example


Text Example

White with #407BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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