Html Css Color HEX #407CEF Royal Blue

📋 copy color: '#407CEF'

red 64 ◦ green 124 ◦ blue 239

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

Shades of Royal Blue #407CEF

Tints of Royal Blue #407CEF

RGB

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

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

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

R = 14.99%
G = 29.04%
B = 55.97%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#407CEF (or 0x407CEF) is known color: Royal Blue. HEX triplet: 40, 7C and EF. RGB value is (64,124,239). Sum of RGB (Red+Green+Blue) = 64+124+239=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #407CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CEF is #BF8310. Grayscale: #767676. Windows color (decimal): -12550929 or 15694912. OLE color: 15694912.

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

Color convert

RGB 64 124 239 -
CMYK 0.73 0.48 0 0.06
HSL 219.43º 0.85% 0.59% -
HSV(B) 219.43º 0.73% 0.94% -
XYZ 24.9 21.74 84.54 -
YUV 119.17 195.62 88.65 -
System Red Green Blue C M Y K H S L
Decimal 64 124 239 0.73 0.48 0 0.06 219.43 0.85 0.59
Hex 40 7C EF 49 30 0 6 DB 55 3B
Octal 100 174 357 111 60 0 6 333 125 73
Binary 1000000 1111100 11101111 1001001 110000 0 110 11011011 1010101 111011

Color Harmonies of #407CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CEF

Black with #407CEF

Text Example


Text Example

White with #407CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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