Html Css Color HEX #0686FC Dodger Blue

📋 copy color: '#0686FC'

red 6 ◦ green 134 ◦ blue 252

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

Shades of Dodger Blue #0686FC

Tints of Dodger Blue #0686FC

RGB

 RED value IS 6 (2.73% from 255) = 1.53%

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 1.53%
G = 34.18%
B = 64.29%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0686FC (or 0x0686FC) is known color: Dodger Blue. HEX triplet: 06, 86 and FC. RGB value is (6,134,252). Sum of RGB (Red+Green+Blue) = 6+134+252=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #0686FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0686FC is #F97903. Grayscale: #6C6C6C. Windows color (decimal): -16349444 or 16549382. OLE color: 16549382.

HSL color Cylindrical-coordinate representation of color #0686FC: hue angle of 208.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0686FC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 134 252 -
CMYK 0.98 0.47 0 0.01
HSL 208.78º 0.98% 0.51% -
HSV(B) 208.78º 0.98% 0.99% -
XYZ 26.17 24.12 95.37 -
YUV 109.18 208.59 54.41 -
System Red Green Blue C M Y K H S L
Decimal 6 134 252 0.98 0.47 0 0.01 208.78 0.98 0.51
Hex 6 86 FC 62 2F 0 1 D1 62 33
Octal 6 206 374 142 57 0 1 321 142 63
Binary 110 10000110 11111100 1100010 101111 0 1 11010001 1100010 110011

Color Harmonies of #0686FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0686FC

Black with #0686FC

Text Example


Text Example

White with #0686FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0686FC; }

 p { color: rgb(6,134,252); }

 H1.HeaderClassName
 {
   color: #0686FC;
 }
 .AnyTagClassName
 {
   color: #0686FC;
 }
</style>

background-color css

<style>
 a { background-color: #0686FC; }

 a { background-color: rgb(6,134,252); }

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

border-color css

<style>
 span { border-color: #0686FC; }

 span { border-color: rgb(6,134,252); }

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