Html Css Color HEX #407CEB Royal Blue

📋 copy color: '#407CEB'

red 64 ◦ green 124 ◦ blue 235

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

Shades of Royal Blue #407CEB

Tints of Royal Blue #407CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

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

R = 15.13%
G = 29.31%
B = 55.56%

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

#407CEB (or 0x407CEB) is known color: Royal Blue. HEX triplet: 40, 7C and EB. RGB value is (64,124,235). Sum of RGB (Red+Green+Blue) = 64+124+235=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #407CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CEB is #BF8314. Grayscale: #767676. Windows color (decimal): -12550933 or 15432768. OLE color: 15432768.

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

Color convert

RGB 64 124 235 -
CMYK 0.73 0.47 0 0.08
HSL 218.95º 0.81% 0.59% -
HSV(B) 218.95º 0.73% 0.92% -
XYZ 24.32 21.5 81.47 -
YUV 118.71 193.62 88.97 -
System Red Green Blue C M Y K H S L
Decimal 64 124 235 0.73 0.47 0 0.08 218.95 0.81 0.59
Hex 40 7C EB 49 2F 0 8 DB 51 3B
Octal 100 174 353 111 57 0 10 333 121 73
Binary 1000000 1111100 11101011 1001001 101111 0 1000 11011011 1010001 111011

Color Harmonies of #407CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CEB

Black with #407CEB

Text Example


Text Example

White with #407CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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