Html Css Color HEX #407CDF Royal Blue

📋 copy color: '#407CDF'

red 64 ◦ green 124 ◦ blue 223

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

Shades of Royal Blue #407CDF

Tints of Royal Blue #407CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 15.57%
G = 30.17%
B = 54.26%

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

#407CDF (or 0x407CDF) is known color: Royal Blue. HEX triplet: 40, 7C and DF. RGB value is (64,124,223). Sum of RGB (Red+Green+Blue) = 64+124+223=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #407CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CDF is #BF8320. Grayscale: #747474. Windows color (decimal): -12550945 or 14646336. OLE color: 14646336.

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

Color convert

RGB 64 124 223 -
CMYK 0.71 0.44 0 0.13
HSL 217.36º 0.71% 0.56% -
HSV(B) 217.36º 0.71% 0.87% -
XYZ 22.64 20.83 72.64 -
YUV 117.35 187.62 89.95 -
System Red Green Blue C M Y K H S L
Decimal 64 124 223 0.71 0.44 0 0.13 217.36 0.71 0.56
Hex 40 7C DF 47 2C 0 D D9 47 38
Octal 100 174 337 107 54 0 15 331 107 70
Binary 1000000 1111100 11011111 1000111 101100 0 1101 11011001 1000111 111000

Color Harmonies of #407CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CDF

Black with #407CDF

Text Example


Text Example

White with #407CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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