Html Css Color HEX #407EFC Royal Blue

📋 copy color: '#407EFC'

red 64 ◦ green 126 ◦ blue 252

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

Shades of Royal Blue #407EFC

Tints of Royal Blue #407EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.01%

R = 14.48%
G = 28.51%
B = 57.01%

CMYK

 C value IS 0.75

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#407EFC (or 0x407EFC) is known color: Royal Blue. HEX triplet: 40, 7E and FC. RGB value is (64,126,252). Sum of RGB (Red+Green+Blue) = 64+126+252=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #407EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EFC is #BF8103. Grayscale: #797979. Windows color (decimal): -12550404 or 16547392. OLE color: 16547392.

HSL color Cylindrical-coordinate representation of color #407EFC: hue angle of 220.21º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407EFC is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 126 252 -
CMYK 0.75 0.5 0 0.01
HSL 220.21º 0.97% 0.62% -
HSV(B) 220.21º 0.75% 0.99% -
XYZ 27.15 23.04 95.11 -
YUV 121.83 201.46 86.75 -
System Red Green Blue C M Y K H S L
Decimal 64 126 252 0.75 0.5 0 0.01 220.21 0.97 0.62
Hex 40 7E FC 4B 32 0 1 DC 61 3E
Octal 100 176 374 113 62 0 1 334 141 76
Binary 1000000 1111110 11111100 1001011 110010 0 1 11011100 1100001 111110

Color Harmonies of #407EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EFC

Black with #407EFC

Text Example


Text Example

White with #407EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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