Html Css Color HEX #086DFE Dodger Blue

📋 copy color: '#086DFE'

red 8 ◦ green 109 ◦ blue 254

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

Shades of Dodger Blue #086DFE

Tints of Dodger Blue #086DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 2.16%
G = 29.38%
B = 68.46%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#086DFE (or 0x086DFE) is known color: Dodger Blue. HEX triplet: 08, 6D and FE. RGB value is (8,109,254). Sum of RGB (Red+Green+Blue) = 8+109+254=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #086DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086DFE is #F79201. Grayscale: #5E5E5E. Windows color (decimal): -16224770 or 16674056. OLE color: 16674056.

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

Color convert

RGB 8 109 254 -
CMYK 0.97 0.57 0 0.00
HSL 215.37º 0.99% 0.51% -
HSV(B) 215.37º 0.97% 1% -
XYZ 23.46 18.14 96.03 -
YUV 95.33 217.54 65.71 -
System Red Green Blue C M Y K H S L
Decimal 8 109 254 0.97 0.57 0 0.00 215.37 0.99 0.51
Hex 8 6D FE 61 39 0 0 D7 63 33
Octal 10 155 376 141 71 0 0 327 143 63
Binary 1000 1101101 11111110 1100001 111001 0 0 11010111 1100011 110011

Color Harmonies of #086DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DFE

Black with #086DFE

Text Example


Text Example

White with #086DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,254); }

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

background-color css

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

 a { background-color: rgb(8,109,254); }

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

border-color css

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

 span { border-color: rgb(8,109,254); }

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