Html Css Color HEX #407BEF Royal Blue

📋 copy color: '#407BEF'

red 64 ◦ green 123 ◦ blue 239

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

Shades of Royal Blue #407BEF

Tints of Royal Blue #407BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.1%

R = 15.02%
G = 28.87%
B = 56.1%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#407BEF (or 0x407BEF) is known color: Royal Blue. HEX triplet: 40, 7B and EF. RGB value is (64,123,239). Sum of RGB (Red+Green+Blue) = 64+123+239=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #407BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407BEF is #BF8410. Grayscale: #767676. Windows color (decimal): -12551185 or 15694656. OLE color: 15694656.

HSL color Cylindrical-coordinate representation of color #407BEF: hue angle of 219.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407BEF is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 123 239 -
CMYK 0.73 0.49 0 0.06
HSL 219.77º 0.85% 0.59% -
HSV(B) 219.77º 0.73% 0.94% -
XYZ 24.78 21.49 84.5 -
YUV 118.58 195.95 89.07 -
System Red Green Blue C M Y K H S L
Decimal 64 123 239 0.73 0.49 0 0.06 219.77 0.85 0.59
Hex 40 7B EF 49 31 0 6 DC 55 3B
Octal 100 173 357 111 61 0 6 334 125 73
Binary 1000000 1111011 11101111 1001001 110001 0 110 11011100 1010101 111011

Color Harmonies of #407BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BEF

Black with #407BEF

Text Example


Text Example

White with #407BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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