Html Css Color HEX #4073CE Royal Blue

📋 copy color: '#4073CE'

red 64 ◦ green 115 ◦ blue 206

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

Shades of Royal Blue #4073CE

Tints of Royal Blue #4073CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 16.62%
G = 29.87%
B = 53.51%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4073CE (or 0x4073CE) is known color: Royal Blue. HEX triplet: 40, 73 and CE. RGB value is (64,115,206). Sum of RGB (Red+Green+Blue) = 64+115+206=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #4073CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073CE is #BF8C31. Grayscale: #6D6D6D. Windows color (decimal): -12553266 or 13529920. OLE color: 13529920.

HSL color Cylindrical-coordinate representation of color #4073CE: hue angle of 218.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4073CE is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 115 206 -
CMYK 0.69 0.44 0 0.19
HSL 218.45º 0.59% 0.53% -
HSV(B) 218.45º 0.69% 0.81% -
XYZ 19.39 17.81 60.81 -
YUV 110.13 182.1 95.1 -
System Red Green Blue C M Y K H S L
Decimal 64 115 206 0.69 0.44 0 0.19 218.45 0.59 0.53
Hex 40 73 CE 45 2C 0 13 DA 3B 35
Octal 100 163 316 105 54 0 23 332 73 65
Binary 1000000 1110011 11001110 1000101 101100 0 10011 11011010 111011 110101

Color Harmonies of #4073CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073CE

Black with #4073CE

Text Example


Text Example

White with #4073CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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