#0868FE

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

Shades of Dodger Blue #0868FE

Tints of Dodger Blue #0868FE

Color information

#0868FE (or 0x0868FE) is unknown color: approx Dodger Blue. HEX triplet: 08, 68 and FE. RGB value is (8,104,254). Sum of RGB (Red+Green+Blue) = 8+104+254=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #0868FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0868FE is #F79701. Grayscale: #5B5B5B. Windows color (decimal): -16226050 or 16672776. OLE color: 16672776.

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

Color convert

RGB8104254-
CMYK0.970.5900.00
HSL216.59º99.19%51.37%-
HSV(B)216.59º96.85%99.61%-
XYZ22.9417.1195.86-
YUV92.4219.267.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.19%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 254 (99.61% from 255) = 69.40%
R=2.19%
G=28.42%
B=69.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal81042540.970.5900.00216.5999.1951.37
Hex868FE613B00d96333
Octal10150376141730033114363
Binary1000110100011111110110000111101100110110011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0868FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,104,254); }

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

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

 a { background-color: rgb(8,104,254); }

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

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

 span { border-color: rgb(8,104,254); }

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