Html Css Color HEX #4073DF Royal Blue

📋 copy color: '#4073DF'

red 64 ◦ green 115 ◦ blue 223

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

Shades of Royal Blue #4073DF

Tints of Royal Blue #4073DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 15.92%
G = 28.61%
B = 55.47%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4073DF (or 0x4073DF) is known color: Royal Blue. HEX triplet: 40, 73 and DF. RGB value is (64,115,223). Sum of RGB (Red+Green+Blue) = 64+115+223=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #4073DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073DF is #BF8C20. Grayscale: #6F6F6F. Windows color (decimal): -12553249 or 14644032. OLE color: 14644032.

HSL color Cylindrical-coordinate representation of color #4073DF: hue angle of 220.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4073DF is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 115 223 -
CMYK 0.71 0.48 0 0.13
HSL 220.75º 0.71% 0.56% -
HSV(B) 220.75º 0.71% 0.87% -
XYZ 21.56 18.68 72.28 -
YUV 112.06 190.6 93.72 -
System Red Green Blue C M Y K H S L
Decimal 64 115 223 0.71 0.48 0 0.13 220.75 0.71 0.56
Hex 40 73 DF 47 30 0 D DD 47 38
Octal 100 163 337 107 60 0 15 335 107 70
Binary 1000000 1110011 11011111 1000111 110000 0 1101 11011101 1000111 111000

Color Harmonies of #4073DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073DF

Black with #4073DF

Text Example


Text Example

White with #4073DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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