#0681FE

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

Shades of Dodger Blue #0681FE

Tints of Dodger Blue #0681FE

Color information

#0681FE (or 0x0681FE) is unknown color: approx Dodger Blue. HEX triplet: 06, 81 and FE. RGB value is (6,129,254). Sum of RGB (Red+Green+Blue) = 6+129+254=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #0681FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0681FE is #F97E01. Grayscale: #696969. Windows color (decimal): -16350722 or 16679174. OLE color: 16679174.

HSL color Cylindrical-coordinate representation of color #0681FE: hue angle of 210.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0681FE is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6129254-
CMYK0.980.4900.00
HSL210.24º99.2%50.98%-
HSV(B)210.24º97.64%99.61%-
XYZ25.8122.8996.82-
YUV106.47211.2556.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.54%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 254 (99.61% from 255) = 65.30%
R=1.54%
G=33.16%
B=65.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal61292540.980.4900.00210.2499.250.98
Hex681FE623100d26333
Octal6201376142610032214363
Binary1101000000111111110110001011000100110100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0681FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0681FE; }

 p { color: rgb(6,129,254); }

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

<style>
 a { background-color: #0681FE; }

 a { background-color: rgb(6,129,254); }

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

<style>
 span { border-color: #0681FE; }

 span { border-color: rgb(6,129,254); }

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