Html Css Color HEX #407BDB Royal Blue

📋 copy color: '#407BDB'

red 64 ◦ green 123 ◦ blue 219

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

Shades of Royal Blue #407BDB

Tints of Royal Blue #407BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 15.76%
G = 30.3%
B = 53.94%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#407BDB (or 0x407BDB) is known color: Royal Blue. HEX triplet: 40, 7B and DB. RGB value is (64,123,219). Sum of RGB (Red+Green+Blue) = 64+123+219=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #407BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BDB is #BF8424. Grayscale: #737373. Windows color (decimal): -12551205 or 14383936. OLE color: 14383936.

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

Color convert

RGB 64 123 219 -
CMYK 0.71 0.44 0 0.14
HSL 217.16º 0.68% 0.55% -
HSV(B) 217.16º 0.71% 0.86% -
XYZ 21.98 20.37 69.79 -
YUV 116.3 185.95 90.69 -
System Red Green Blue C M Y K H S L
Decimal 64 123 219 0.71 0.44 0 0.14 217.16 0.68 0.55
Hex 40 7B DB 47 2C 0 E D9 44 37
Octal 100 173 333 107 54 0 16 331 104 67
Binary 1000000 1111011 11011011 1000111 101100 0 1110 11011001 1000100 110111

Color Harmonies of #407BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BDB

Black with #407BDB

Text Example


Text Example

White with #407BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,123,219); }

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

background-color css

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

 a { background-color: rgb(64,123,219); }

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

border-color css

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

 span { border-color: rgb(64,123,219); }

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