Html Css Color HEX #4073D3 Royal Blue

📋 copy color: '#4073D3'

red 64 ◦ green 115 ◦ blue 211

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

Shades of Royal Blue #4073D3

Tints of Royal Blue #4073D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.1%

R = 16.41%
G = 29.49%
B = 54.1%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4073D3 (or 0x4073D3) is known color: Royal Blue. HEX triplet: 40, 73 and D3. RGB value is (64,115,211). Sum of RGB (Red+Green+Blue) = 64+115+211=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #4073D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073D3 is #BF8C2C. Grayscale: #6E6E6E. Windows color (decimal): -12553261 or 13857600. OLE color: 13857600.

HSL color Cylindrical-coordinate representation of color #4073D3: hue angle of 219.18º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4073D3 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 64 115 211 -
CMYK 0.70 0.45 0 0.17
HSL 219.18º 0.63% 0.54% -
HSV(B) 219.18º 0.7% 0.83% -
XYZ 20 18.05 64.06 -
YUV 110.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 64 115 211 0.70 0.45 0 0.17 219.18 0.63 0.54
Hex 40 73 D3 46 2D 0 11 DB 3F 36
Octal 100 163 323 106 55 0 21 333 77 66
Binary 1000000 1110011 11010011 1000110 101101 0 10001 11011011 111111 110110

Color Harmonies of #4073D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073D3

Black with #4073D3

Text Example


Text Example

White with #4073D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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