Html Css Color HEX #086FFF Dodger Blue

📋 copy color: '#086FFF'

red 8 ◦ green 111 ◦ blue 255

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

Shades of Dodger Blue #086FFF

Tints of Dodger Blue #086FFF

RGB

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

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

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

R = 2.14%
G = 29.68%
B = 68.18%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#086FFF (or 0x086FFF) is known color: Dodger Blue. HEX triplet: 08, 6F and FF. RGB value is (8,111,255). Sum of RGB (Red+Green+Blue) = 8+111+255=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #086FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FFF is #F79000. Grayscale: #5F5F5F. Windows color (decimal): -16224257 or 16740104. OLE color: 16740104.

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

Color convert

RGB 8 111 255 -
CMYK 0.97 0.56 0 0
HSL 214.98º 1% 0.52% -
HSV(B) 214.98º 0.97% 1% -
XYZ 23.83 18.64 96.95 -
YUV 96.62 217.38 64.79 -
System Red Green Blue C M Y K H S L
Decimal 8 111 255 0.97 0.56 0 0 214.98 1 0.52
Hex 8 6F FF 61 38 0 0 D7 64 34
Octal 10 157 377 141 70 0 0 327 144 64
Binary 1000 1101111 11111111 1100001 111000 0 0 11010111 1100100 110100

Color Harmonies of #086FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FFF

Black with #086FFF

Text Example


Text Example

White with #086FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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