Html Css Color HEX #086BFF Dodger Blue

📋 copy color: '#086BFF'

red 8 ◦ green 107 ◦ blue 255

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

Shades of Dodger Blue #086BFF

Tints of Dodger Blue #086BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

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

R = 2.16%
G = 28.92%
B = 68.92%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#086BFF (or 0x086BFF) is known color: Dodger Blue. HEX triplet: 08, 6B and FF. RGB value is (8,107,255). Sum of RGB (Red+Green+Blue) = 8+107+255=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #086BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086BFF is #F79400. Grayscale: #5D5D5D. Windows color (decimal): -16225281 or 16739080. OLE color: 16739080.

HSL color Cylindrical-coordinate representation of color #086BFF: hue angle of 215.95º 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 #086BFF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 107 255 -
CMYK 0.97 0.58 0 0
HSL 215.95º 1% 0.52% -
HSV(B) 215.95º 0.97% 1% -
XYZ 23.41 17.79 96.81 -
YUV 94.27 218.7 66.47 -
System Red Green Blue C M Y K H S L
Decimal 8 107 255 0.97 0.58 0 0 215.95 1 0.52
Hex 8 6B FF 61 3A 0 0 D8 64 34
Octal 10 153 377 141 72 0 0 330 144 64
Binary 1000 1101011 11111111 1100001 111010 0 0 11011000 1100100 110100

Color Harmonies of #086BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086BFF

Black with #086BFF

Text Example


Text Example

White with #086BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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