Html Css Color HEX #407CDE Royal Blue

📋 copy color: '#407CDE'

red 64 ◦ green 124 ◦ blue 222

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

Shades of Royal Blue #407CDE

Tints of Royal Blue #407CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.24%

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

R = 15.61%
G = 30.24%
B = 54.15%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#407CDE (or 0x407CDE) is known color: Royal Blue. HEX triplet: 40, 7C and DE. RGB value is (64,124,222). Sum of RGB (Red+Green+Blue) = 64+124+222=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #407CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CDE is #BF8321. Grayscale: #747474. Windows color (decimal): -12550946 or 14580800. OLE color: 14580800.

HSL color Cylindrical-coordinate representation of color #407CDE: hue angle of 217.22º 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 #407CDE is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 124 222 -
CMYK 0.71 0.44 0 0.13
HSL 217.22º 0.71% 0.56% -
HSV(B) 217.22º 0.71% 0.87% -
XYZ 22.51 20.78 71.93 -
YUV 117.23 187.12 90.03 -
System Red Green Blue C M Y K H S L
Decimal 64 124 222 0.71 0.44 0 0.13 217.22 0.71 0.56
Hex 40 7C DE 47 2C 0 D D9 47 38
Octal 100 174 336 107 54 0 15 331 107 70
Binary 1000000 1111100 11011110 1000111 101100 0 1101 11011001 1000111 111000

Color Harmonies of #407CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CDE

Black with #407CDE

Text Example


Text Example

White with #407CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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