Html Css Color HEX #0086FF Dodger Blue

📋 copy color: '#0086FF'

red 0 ◦ green 134 ◦ blue 255

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

Shades of Dodger Blue #0086FF

Tints of Dodger Blue #0086FF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 255 (100% from 255) = 65.55%

R = 0%
G = 34.45%
B = 65.55%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0086FF (or 0x0086FF) is known color: Dodger Blue. HEX triplet: 00, 86 and FF. RGB value is (0,134,255). Sum of RGB (Red+Green+Blue) = 0+134+255=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #0086FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0086FF is #FF7900. Grayscale: #6B6B6B. Windows color (decimal): -16742657 or 16745984. OLE color: 16745984.

HSL color Cylindrical-coordinate representation of color #0086FF: hue angle of 208.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086FF is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 134 255 -
CMYK 1 0.47 0 0
HSL 208.47º 1% 0.5% -
HSV(B) 208.47º 1% 1% -
XYZ 26.58 24.27 97.89 -
YUV 107.73 211.11 51.16 -
System Red Green Blue C M Y K H S L
Decimal 0 134 255 1 0.47 0 0 208.47 1 0.5
Hex 0 86 FF 64 2F 0 0 D0 64 32
Octal 0 206 377 144 57 0 0 320 144 62
Binary 0 10000110 11111111 1100100 101111 0 0 11010000 1100100 110010

Color Harmonies of #0086FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0086FF

Black with #0086FF

Text Example


Text Example

White with #0086FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0086FF; }

 p { color: rgb(0,134,255); }

 H1.HeaderClassName
 {
   color: #0086FF;
 }
 .AnyTagClassName
 {
   color: #0086FF;
 }
</style>

background-color css

<style>
 a { background-color: #0086FF; }

 a { background-color: rgb(0,134,255); }

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

border-color css

<style>
 span { border-color: #0086FF; }

 span { border-color: rgb(0,134,255); }

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