Html Css Color HEX #086CFE Dodger Blue

📋 copy color: '#086CFE'

red 8 ◦ green 108 ◦ blue 254

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

Shades of Dodger Blue #086CFE

Tints of Dodger Blue #086CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

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

R = 2.16%
G = 29.19%
B = 68.65%

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

#086CFE (or 0x086CFE) is known color: Dodger Blue. HEX triplet: 08, 6C and FE. RGB value is (8,108,254). Sum of RGB (Red+Green+Blue) = 8+108+254=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #086CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086CFE is #F79301. Grayscale: #5E5E5E. Windows color (decimal): -16225026 or 16673800. OLE color: 16673800.

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

Color convert

RGB 8 108 254 -
CMYK 0.97 0.57 0 0.00
HSL 215.61º 0.99% 0.51% -
HSV(B) 215.61º 0.97% 1% -
XYZ 23.35 17.93 96 -
YUV 94.74 217.87 66.13 -
System Red Green Blue C M Y K H S L
Decimal 8 108 254 0.97 0.57 0 0.00 215.61 0.99 0.51
Hex 8 6C FE 61 39 0 0 D8 63 33
Octal 10 154 376 141 71 0 0 330 143 63
Binary 1000 1101100 11111110 1100001 111001 0 0 11011000 1100011 110011

Color Harmonies of #086CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CFE

Black with #086CFE

Text Example


Text Example

White with #086CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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