Html Css Color HEX #086CFB Dodger Blue

📋 copy color: '#086CFB'

red 8 ◦ green 108 ◦ blue 251

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

Shades of Dodger Blue #086CFB

Tints of Dodger Blue #086CFB

RGB

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

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

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

R = 2.18%
G = 29.43%
B = 68.39%

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

#086CFB (or 0x086CFB) is known color: Dodger Blue. HEX triplet: 08, 6C and FB. RGB value is (8,108,251). Sum of RGB (Red+Green+Blue) = 8+108+251=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #086CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086CFB is #F79304. Grayscale: #5D5D5D. Windows color (decimal): -16225029 or 16477192. OLE color: 16477192.

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

Color convert

RGB 8 108 251 -
CMYK 0.97 0.57 0 0.02
HSL 215.31º 0.97% 0.51% -
HSV(B) 215.31º 0.97% 0.98% -
XYZ 22.88 17.74 93.49 -
YUV 94.4 216.37 66.37 -
System Red Green Blue C M Y K H S L
Decimal 8 108 251 0.97 0.57 0 0.02 215.31 0.97 0.51
Hex 8 6C FB 61 39 0 2 D7 61 33
Octal 10 154 373 141 71 0 2 327 141 63
Binary 1000 1101100 11111011 1100001 111001 0 10 11010111 1100001 110011

Color Harmonies of #086CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CFB

Black with #086CFB

Text Example


Text Example

White with #086CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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