#2068df

Color #2068DF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2068DF

Tints of Royal Blue #2068DF

Color information

#2068DF (or 0x2068DF) is unknown color: approx Royal Blue. HEX triplet: 20, 68 and DF. RGB value is (32,104,223). Sum of RGB (Red+Green+Blue) = 32+104+223=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #2068DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2068DF is #DF9720. Grayscale: #5F5F5F. Windows color (decimal): -14653217 or 14641184. OLE color: 14641184.

HSL color Cylindrical-coordinate representation of color #2068DF: hue angle of 217.38º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2068DF is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB32104223-
CMYK0.860.5300.13
HSL217.38º74.9%50%-
HSV(B)217.38º85.65%87.45%-
XYZ18.8715.5471.82-
YUV96.04199.6582.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.91%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 223 (87.5% from 255) = 62.12%
R=8.91%
G=28.97%
B=62.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal321042230.860.5300.13217.3874.950
Hex2068DF56350Dd94b32
Octal401503371266501533111362
Binary100000110100011011111101011011010101101110110011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2068df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2068df; }

 p { color: rgb(32,104,223); }

 H1.HeaderClassName
 {
   color: #2068df;
 }
 .AnyTagClassName
 {
   color: #2068df;
 }
</style>
background-color css

<style>
 a { background-color: #2068df; }

 a { background-color: rgb(32,104,223); }

 div.DivClassName
 {
   background-color: #2068df;
 }
 .BgClassName
 {
   background-color: #2068df;
 }
</style>
border-color css

<style>
 span { border-color: #2068df; }

 span { border-color: rgb(32,104,223); }

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