Html Css Color HEX #086DFB Dodger Blue

📋 copy color: '#086DFB'

red 8 ◦ green 109 ◦ blue 251

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

Shades of Dodger Blue #086DFB

Tints of Dodger Blue #086DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.21%

R = 2.17%
G = 29.62%
B = 68.21%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#086DFB (or 0x086DFB) is known color: Dodger Blue. HEX triplet: 08, 6D and FB. RGB value is (8,109,251). Sum of RGB (Red+Green+Blue) = 8+109+251=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #086DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086DFB is #F79204. Grayscale: #5E5E5E. Windows color (decimal): -16224773 or 16477448. OLE color: 16477448.

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

Color convert

RGB 8 109 251 -
CMYK 0.97 0.57 0 0.02
HSL 215.06º 0.97% 0.51% -
HSV(B) 215.06º 0.97% 0.98% -
XYZ 22.98 17.95 93.52 -
YUV 94.99 216.04 65.95 -
System Red Green Blue C M Y K H S L
Decimal 8 109 251 0.97 0.57 0 0.02 215.06 0.97 0.51
Hex 8 6D FB 61 39 0 2 D7 61 33
Octal 10 155 373 141 71 0 2 327 141 63
Binary 1000 1101101 11111011 1100001 111001 0 10 11010111 1100001 110011

Color Harmonies of #086DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DFB

Black with #086DFB

Text Example


Text Example

White with #086DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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