Html Css Color HEX #407AEC Royal Blue

📋 copy color: '#407AEC'

red 64 ◦ green 122 ◦ blue 236

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

Shades of Royal Blue #407AEC

Tints of Royal Blue #407AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 15.17%
G = 28.91%
B = 55.92%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#407AEC (or 0x407AEC) is known color: Royal Blue. HEX triplet: 40, 7A and EC. RGB value is (64,122,236). Sum of RGB (Red+Green+Blue) = 64+122+236=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #407AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AEC is #BF8513. Grayscale: #757575. Windows color (decimal): -12551444 or 15497792. OLE color: 15497792.

HSL color Cylindrical-coordinate representation of color #407AEC: hue angle of 219.77º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407AEC is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 122 236 -
CMYK 0.73 0.48 0 0.07
HSL 219.77º 0.82% 0.59% -
HSV(B) 219.77º 0.73% 0.93% -
XYZ 24.21 21.07 82.15 -
YUV 117.65 194.78 89.73 -
System Red Green Blue C M Y K H S L
Decimal 64 122 236 0.73 0.48 0 0.07 219.77 0.82 0.59
Hex 40 7A EC 49 30 0 7 DC 52 3B
Octal 100 172 354 111 60 0 7 334 122 73
Binary 1000000 1111010 11101100 1001001 110000 0 111 11011100 1010010 111011

Color Harmonies of #407AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AEC

Black with #407AEC

Text Example


Text Example

White with #407AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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