Html Css Color HEX #0086EB Dodger Blue

📋 copy color: '#0086EB'

red 0 ◦ green 134 ◦ blue 235

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

Shades of Dodger Blue #0086EB

Tints of Dodger Blue #0086EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 0%
G = 36.31%
B = 63.69%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0086EB (or 0x0086EB) is known color: Dodger Blue. HEX triplet: 00, 86 and EB. RGB value is (0,134,235). Sum of RGB (Red+Green+Blue) = 0+134+235=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #0086EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0086EB is #FF7914. Grayscale: #686868. Windows color (decimal): -16742677 or 15435264. OLE color: 15435264.

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

Color convert

RGB 0 134 235 -
CMYK 1 0.43 0 0.08
HSL 205.79º 1% 0.46% -
HSV(B) 205.79º 1% 0.92% -
XYZ 23.52 23.05 81.81 -
YUV 105.45 201.11 52.79 -
System Red Green Blue C M Y K H S L
Decimal 0 134 235 1 0.43 0 0.08 205.79 1 0.46
Hex 0 86 EB 64 2B 0 8 CE 64 2E
Octal 0 206 353 144 53 0 10 316 144 56
Binary 0 10000110 11101011 1100100 101011 0 1000 11001110 1100100 101110

Color Harmonies of #0086EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0086EB

Black with #0086EB

Text Example


Text Example

White with #0086EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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