Html Css Color HEX #086FF6 Dodger Blue

📋 copy color: '#086FF6'

red 8 ◦ green 111 ◦ blue 246

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

Shades of Dodger Blue #086FF6

Tints of Dodger Blue #086FF6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

 BLUE value IS 246 (96.48% from 255) = 67.4%

R = 2.19%
G = 30.41%
B = 67.4%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#086FF6 (or 0x086FF6) is known color: Dodger Blue. HEX triplet: 08, 6F and F6. RGB value is (8,111,246). Sum of RGB (Red+Green+Blue) = 8+111+246=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #086FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FF6 is #F79009. Grayscale: #5E5E5E. Windows color (decimal): -16224266 or 16150280. OLE color: 16150280.

HSL color Cylindrical-coordinate representation of color #086FF6: hue angle of 214.03º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086FF6 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 111 246 -
CMYK 0.97 0.55 0 0.04
HSL 214.03º 0.94% 0.5% -
HSV(B) 214.03º 0.97% 0.96% -
XYZ 22.42 18.07 89.5 -
YUV 95.59 212.88 65.52 -
System Red Green Blue C M Y K H S L
Decimal 8 111 246 0.97 0.55 0 0.04 214.03 0.94 0.5
Hex 8 6F F6 61 37 0 4 D6 5E 32
Octal 10 157 366 141 67 0 4 326 136 62
Binary 1000 1101111 11110110 1100001 110111 0 100 11010110 1011110 110010

Color Harmonies of #086FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FF6

Black with #086FF6

Text Example


Text Example

White with #086FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,111,246); }

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

background-color css

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

 a { background-color: rgb(8,111,246); }

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

border-color css

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

 span { border-color: rgb(8,111,246); }

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