Html Css Color HEX #4073D2 Royal Blue

📋 copy color: '#4073D2'

red 64 ◦ green 115 ◦ blue 210

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

Shades of Royal Blue #4073D2

Tints of Royal Blue #4073D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.98%

R = 16.45%
G = 29.56%
B = 53.98%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4073D2 (or 0x4073D2) is known color: Royal Blue. HEX triplet: 40, 73 and D2. RGB value is (64,115,210). Sum of RGB (Red+Green+Blue) = 64+115+210=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #4073D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073D2 is #BF8C2D. Grayscale: #6E6E6E. Windows color (decimal): -12553262 or 13792064. OLE color: 13792064.

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

Color convert

RGB 64 115 210 -
CMYK 0.70 0.45 0 0.18
HSL 219.04º 0.62% 0.54% -
HSV(B) 219.04º 0.7% 0.82% -
XYZ 19.88 18 63.4 -
YUV 110.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 64 115 210 0.70 0.45 0 0.18 219.04 0.62 0.54
Hex 40 73 D2 46 2D 0 12 DB 3E 36
Octal 100 163 322 106 55 0 22 333 76 66
Binary 1000000 1110011 11010010 1000110 101101 0 10010 11011011 111110 110110

Color Harmonies of #4073D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073D2

Black with #4073D2

Text Example


Text Example

White with #4073D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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