Html Css Color HEX #086EFC Dodger Blue

📋 copy color: '#086EFC'

red 8 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #086EFC

Tints of Dodger Blue #086EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.73%

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

R = 2.16%
G = 29.73%
B = 68.11%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#086EFC (or 0x086EFC) is known color: Dodger Blue. HEX triplet: 08, 6E and FC. RGB value is (8,110,252). Sum of RGB (Red+Green+Blue) = 8+110+252=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #086EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086EFC is #F79103. Grayscale: #5F5F5F. Windows color (decimal): -16224516 or 16543240. OLE color: 16543240.

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

Color convert

RGB 8 110 252 -
CMYK 0.97 0.56 0 0.01
HSL 214.92º 0.98% 0.51% -
HSV(B) 214.92º 0.97% 0.99% -
XYZ 23.25 18.23 94.39 -
YUV 95.69 216.21 65.45 -
System Red Green Blue C M Y K H S L
Decimal 8 110 252 0.97 0.56 0 0.01 214.92 0.98 0.51
Hex 8 6E FC 61 38 0 1 D7 62 33
Octal 10 156 374 141 70 0 1 327 142 63
Binary 1000 1101110 11111100 1100001 111000 0 1 11010111 1100010 110011

Color Harmonies of #086EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086EFC

Black with #086EFC

Text Example


Text Example

White with #086EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,110,252); }

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

background-color css

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

 a { background-color: rgb(8,110,252); }

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

border-color css

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

 span { border-color: rgb(8,110,252); }

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