Html Css Color HEX #407AEF Royal Blue

📋 copy color: '#407AEF'

red 64 ◦ green 122 ◦ blue 239

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

Shades of Royal Blue #407AEF

Tints of Royal Blue #407AEF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.71%

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

R = 15.06%
G = 28.71%
B = 56.24%

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

#407AEF (or 0x407AEF) is known color: Royal Blue. HEX triplet: 40, 7A and EF. RGB value is (64,122,239). Sum of RGB (Red+Green+Blue) = 64+122+239=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #407AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AEF is #BF8510. Grayscale: #757575. Windows color (decimal): -12551441 or 15694400. OLE color: 15694400.

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

Color convert

RGB 64 122 239 -
CMYK 0.73 0.49 0 0.06
HSL 220.11º 0.85% 0.59% -
HSV(B) 220.11º 0.73% 0.94% -
XYZ 24.65 21.24 84.46 -
YUV 118 196.28 89.49 -
System Red Green Blue C M Y K H S L
Decimal 64 122 239 0.73 0.49 0 0.06 220.11 0.85 0.59
Hex 40 7A EF 49 31 0 6 DC 55 3B
Octal 100 172 357 111 61 0 6 334 125 73
Binary 1000000 1111010 11101111 1001001 110001 0 110 11011100 1010101 111011

Color Harmonies of #407AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AEF

Black with #407AEF

Text Example


Text Example

White with #407AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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