Html Css Color HEX #407CDA Royal Blue

📋 copy color: '#407CDA'

red 64 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #407CDA

Tints of Royal Blue #407CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 15.76%
G = 30.54%
B = 53.69%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#407CDA (or 0x407CDA) is known color: Royal Blue. HEX triplet: 40, 7C and DA. RGB value is (64,124,218). Sum of RGB (Red+Green+Blue) = 64+124+218=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #407CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CDA is #BF8325. Grayscale: #747474. Windows color (decimal): -12550950 or 14318656. OLE color: 14318656.

HSL color Cylindrical-coordinate representation of color #407CDA: hue angle of 216.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407CDA is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 124 218 -
CMYK 0.71 0.43 0 0.15
HSL 216.62º 0.68% 0.55% -
HSV(B) 216.62º 0.71% 0.85% -
XYZ 21.98 20.57 69.14 -
YUV 116.78 185.12 90.36 -
System Red Green Blue C M Y K H S L
Decimal 64 124 218 0.71 0.43 0 0.15 216.62 0.68 0.55
Hex 40 7C DA 47 2B 0 F D9 44 37
Octal 100 174 332 107 53 0 17 331 104 67
Binary 1000000 1111100 11011010 1000111 101011 0 1111 11011001 1000100 110111

Color Harmonies of #407CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CDA

Black with #407CDA

Text Example


Text Example

White with #407CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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