Html Css Color HEX #407EEF Royal Blue

📋 copy color: '#407EEF'

red 64 ◦ green 126 ◦ blue 239

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

Shades of Royal Blue #407EEF

Tints of Royal Blue #407EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

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

R = 14.92%
G = 29.37%
B = 55.71%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#407EEF (or 0x407EEF) is known color: Royal Blue. HEX triplet: 40, 7E and EF. RGB value is (64,126,239). Sum of RGB (Red+Green+Blue) = 64+126+239=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #407EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EEF is #BF8110. Grayscale: #777777. Windows color (decimal): -12550417 or 15695424. OLE color: 15695424.

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

Color convert

RGB 64 126 239 -
CMYK 0.73 0.47 0 0.06
HSL 218.74º 0.85% 0.59% -
HSV(B) 218.74º 0.73% 0.94% -
XYZ 25.16 22.24 84.63 -
YUV 120.34 194.96 87.81 -
System Red Green Blue C M Y K H S L
Decimal 64 126 239 0.73 0.47 0 0.06 218.74 0.85 0.59
Hex 40 7E EF 49 2F 0 6 DB 55 3B
Octal 100 176 357 111 57 0 6 333 125 73
Binary 1000000 1111110 11101111 1001001 101111 0 110 11011011 1010101 111011

Color Harmonies of #407EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EEF

Black with #407EEF

Text Example


Text Example

White with #407EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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