Html Css Color HEX #407ADE Royal Blue

📋 copy color: '#407ADE'

red 64 ◦ green 122 ◦ blue 222

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

Shades of Royal Blue #407ADE

Tints of Royal Blue #407ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 15.69%
G = 29.9%
B = 54.41%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#407ADE (or 0x407ADE) is known color: Royal Blue. HEX triplet: 40, 7A and DE. RGB value is (64,122,222). Sum of RGB (Red+Green+Blue) = 64+122+222=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #407ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ADE is #BF8521. Grayscale: #737373. Windows color (decimal): -12551458 or 14580288. OLE color: 14580288.

HSL color Cylindrical-coordinate representation of color #407ADE: hue angle of 217.97º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407ADE is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 122 222 -
CMYK 0.71 0.45 0 0.13
HSL 217.97º 0.71% 0.56% -
HSV(B) 217.97º 0.71% 0.87% -
XYZ 22.26 20.28 71.85 -
YUV 116.06 187.78 90.87 -
System Red Green Blue C M Y K H S L
Decimal 64 122 222 0.71 0.45 0 0.13 217.97 0.71 0.56
Hex 40 7A DE 47 2D 0 D DA 47 38
Octal 100 172 336 107 55 0 15 332 107 70
Binary 1000000 1111010 11011110 1000111 101101 0 1101 11011010 1000111 111000

Color Harmonies of #407ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407ADE

Black with #407ADE

Text Example


Text Example

White with #407ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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