Html Css Color HEX #086EFF Dodger Blue

📋 copy color: '#086EFF'

red 8 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #086EFF

Tints of Dodger Blue #086EFF

RGB

 RED value IS 8 (3.52% from 255) = 2.14%

 GREEN value IS 110 (43.36% from 255) = 29.49%

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

R = 2.14%
G = 29.49%
B = 68.36%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#086EFF (or 0x086EFF) is known color: Dodger Blue. HEX triplet: 08, 6E and FF. RGB value is (8,110,255). Sum of RGB (Red+Green+Blue) = 8+110+255=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #086EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086EFF is #F79100. Grayscale: #5F5F5F. Windows color (decimal): -16224513 or 16739848. OLE color: 16739848.

HSL color Cylindrical-coordinate representation of color #086EFF: hue angle of 215.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086EFF is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 110 255 -
CMYK 0.97 0.57 0 0
HSL 215.22º 1% 0.52% -
HSV(B) 215.22º 0.97% 1% -
XYZ 23.73 18.42 96.91 -
YUV 96.03 217.71 65.21 -
System Red Green Blue C M Y K H S L
Decimal 8 110 255 0.97 0.57 0 0 215.22 1 0.52
Hex 8 6E FF 61 39 0 0 D7 64 34
Octal 10 156 377 141 71 0 0 327 144 64
Binary 1000 1101110 11111111 1100001 111001 0 0 11010111 1100100 110100

Color Harmonies of #086EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086EFF

Black with #086EFF

Text Example


Text Example

White with #086EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086EFF; }

 p { color: rgb(8,110,255); }

 H1.HeaderClassName
 {
   color: #086EFF;
 }
 .AnyTagClassName
 {
   color: #086EFF;
 }
</style>

background-color css

<style>
 a { background-color: #086EFF; }

 a { background-color: rgb(8,110,255); }

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

border-color css

<style>
 span { border-color: #086EFF; }

 span { border-color: rgb(8,110,255); }

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