Html Css Color HEX #086CFF Dodger Blue

📋 copy color: '#086CFF'

red 8 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #086CFF

Tints of Dodger Blue #086CFF

RGB

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

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

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

R = 2.16%
G = 29.11%
B = 68.73%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#086CFF (or 0x086CFF) is known color: Dodger Blue. HEX triplet: 08, 6C and FF. RGB value is (8,108,255). Sum of RGB (Red+Green+Blue) = 8+108+255=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #086CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086CFF is #F79300. Grayscale: #5E5E5E. Windows color (decimal): -16225025 or 16739336. OLE color: 16739336.

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

Color convert

RGB 8 108 255 -
CMYK 0.97 0.58 0 0
HSL 215.71º 1% 0.52% -
HSV(B) 215.71º 0.97% 1% -
XYZ 23.51 18 96.84 -
YUV 94.86 218.37 66.05 -
System Red Green Blue C M Y K H S L
Decimal 8 108 255 0.97 0.58 0 0 215.71 1 0.52
Hex 8 6C FF 61 3A 0 0 D8 64 34
Octal 10 154 377 141 72 0 0 330 144 64
Binary 1000 1101100 11111111 1100001 111010 0 0 11011000 1100100 110100

Color Harmonies of #086CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CFF

Black with #086CFF

Text Example


Text Example

White with #086CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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