Html Css Color HEX #4073DB Royal Blue

📋 copy color: '#4073DB'

red 64 ◦ green 115 ◦ blue 219

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

Shades of Royal Blue #4073DB

Tints of Royal Blue #4073DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 16.08%
G = 28.89%
B = 55.03%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4073DB (or 0x4073DB) is known color: Royal Blue. HEX triplet: 40, 73 and DB. RGB value is (64,115,219). Sum of RGB (Red+Green+Blue) = 64+115+219=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #4073DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073DB is #BF8C24. Grayscale: #6F6F6F. Windows color (decimal): -12553253 or 14381888. OLE color: 14381888.

HSL color Cylindrical-coordinate representation of color #4073DB: hue angle of 220.26º 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 #4073DB is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 115 219 -
CMYK 0.71 0.47 0 0.14
HSL 220.26º 0.68% 0.55% -
HSV(B) 220.26º 0.71% 0.86% -
XYZ 21.03 18.47 69.47 -
YUV 111.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 64 115 219 0.71 0.47 0 0.14 220.26 0.68 0.55
Hex 40 73 DB 47 2F 0 E DC 44 37
Octal 100 163 333 107 57 0 16 334 104 67
Binary 1000000 1110011 11011011 1000111 101111 0 1110 11011100 1000100 110111

Color Harmonies of #4073DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073DB

Black with #4073DB

Text Example


Text Example

White with #4073DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4073DB; }

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

 H1.HeaderClassName
 {
   color: #4073DB;
 }
 .AnyTagClassName
 {
   color: #4073DB;
 }
</style>

background-color css

<style>
 a { background-color: #4073DB; }

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

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

border-color css

<style>
 span { border-color: #4073DB; }

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

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