Html Css Color HEX #407AEA Royal Blue

📋 copy color: '#407AEA'

red 64 ◦ green 122 ◦ blue 234

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

Shades of Royal Blue #407AEA

Tints of Royal Blue #407AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.71%

R = 15.24%
G = 29.05%
B = 55.71%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#407AEA (or 0x407AEA) is known color: Royal Blue. HEX triplet: 40, 7A and EA. RGB value is (64,122,234). Sum of RGB (Red+Green+Blue) = 64+122+234=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #407AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AEA is #BF8515. Grayscale: #747474. Windows color (decimal): -12551446 or 15366720. OLE color: 15366720.

HSL color Cylindrical-coordinate representation of color #407AEA: hue angle of 219.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407AEA is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 122 234 -
CMYK 0.73 0.48 0 0.08
HSL 219.53º 0.8% 0.58% -
HSV(B) 219.53º 0.73% 0.92% -
XYZ 23.93 20.95 80.62 -
YUV 117.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 64 122 234 0.73 0.48 0 0.08 219.53 0.8 0.58
Hex 40 7A EA 49 30 0 8 DC 50 3A
Octal 100 172 352 111 60 0 10 334 120 72
Binary 1000000 1111010 11101010 1001001 110000 0 1000 11011100 1010000 111010

Color Harmonies of #407AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AEA

Black with #407AEA

Text Example


Text Example

White with #407AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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