Html Css Color HEX #086EFE Dodger Blue

📋 copy color: '#086EFE'

red 8 ◦ green 110 ◦ blue 254

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

Shades of Dodger Blue #086EFE

Tints of Dodger Blue #086EFE

RGB

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

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

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

R = 2.15%
G = 29.57%
B = 68.28%

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

#086EFE (or 0x086EFE) is known color: Dodger Blue. HEX triplet: 08, 6E and FE. RGB value is (8,110,254). Sum of RGB (Red+Green+Blue) = 8+110+254=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #086EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086EFE is #F79101. Grayscale: #5F5F5F. Windows color (decimal): -16224514 or 16674312. OLE color: 16674312.

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

Color convert

RGB 8 110 254 -
CMYK 0.97 0.57 0 0.00
HSL 215.12º 0.99% 0.51% -
HSV(B) 215.12º 0.97% 1% -
XYZ 23.57 18.36 96.07 -
YUV 95.92 217.21 65.29 -
System Red Green Blue C M Y K H S L
Decimal 8 110 254 0.97 0.57 0 0.00 215.12 0.99 0.51
Hex 8 6E FE 61 39 0 0 D7 63 33
Octal 10 156 376 141 71 0 0 327 143 63
Binary 1000 1101110 11111110 1100001 111001 0 0 11010111 1100011 110011

Color Harmonies of #086EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086EFE

Black with #086EFE

Text Example


Text Example

White with #086EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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