Html Css Color HEX #407FEF Royal Blue

📋 copy color: '#407FEF'

red 64 ◦ green 127 ◦ blue 239

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

Shades of Royal Blue #407FEF

Tints of Royal Blue #407FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

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

R = 14.88%
G = 29.53%
B = 55.58%

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

#407FEF (or 0x407FEF) is known color: Royal Blue. HEX triplet: 40, 7F and EF. RGB value is (64,127,239). Sum of RGB (Red+Green+Blue) = 64+127+239=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #407FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FEF is #BF8010. Grayscale: #787878. Windows color (decimal): -12550161 or 15695680. OLE color: 15695680.

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

Color convert

RGB 64 127 239 -
CMYK 0.73 0.47 0 0.06
HSL 218.4º 0.85% 0.59% -
HSV(B) 218.4º 0.73% 0.94% -
XYZ 25.28 22.5 84.67 -
YUV 120.93 194.63 87.39 -
System Red Green Blue C M Y K H S L
Decimal 64 127 239 0.73 0.47 0 0.06 218.4 0.85 0.59
Hex 40 7F EF 49 2F 0 6 DA 55 3B
Octal 100 177 357 111 57 0 6 332 125 73
Binary 1000000 1111111 11101111 1001001 101111 0 110 11011010 1010101 111011

Color Harmonies of #407FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FEF

Black with #407FEF

Text Example


Text Example

White with #407FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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