#0683EE

Color #0683EE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0683EE

Tints of Dodger Blue #0683EE

Color information

#0683EE (or 0x0683EE) is unknown color: approx Dodger Blue. HEX triplet: 06, 83 and EE. RGB value is (6,131,238). Sum of RGB (Red+Green+Blue) = 6+131+238=375 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.6% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #0683EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0683EE is #F97C11. Grayscale: #696969. Windows color (decimal): -16350226 or 15631110. OLE color: 15631110.

HSL color Cylindrical-coordinate representation of color #0683EE: hue angle of 207.67º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0683EE is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6131238-
CMYK0.970.4500.07
HSL207.67º95.08%47.84%-
HSV(B)207.67º97.48%93.33%-
XYZ23.6222.4483.98-
YUV105.82202.5956.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.6%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 238 (93.36% from 255) = 63.47%
R=1.6%
G=34.93%
B=63.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61312380.970.4500.07207.6795.0847.84
Hex683EE612D07d05f30
Octal6203356141550732013760
Binary110100000111110111011000011011010111110100001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0683EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0683EE; }

 p { color: rgb(6,131,238); }

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

<style>
 a { background-color: #0683EE; }

 a { background-color: rgb(6,131,238); }

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

<style>
 span { border-color: #0683EE; }

 span { border-color: rgb(6,131,238); }

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