Html Css Color HEX #086CFA Dodger Blue

📋 copy color: '#086CFA'

red 8 ◦ green 108 ◦ blue 250

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

Shades of Dodger Blue #086CFA

Tints of Dodger Blue #086CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.31%

R = 2.19%
G = 29.51%
B = 68.31%

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

#086CFA (or 0x086CFA) is known color: Dodger Blue. HEX triplet: 08, 6C and FA. RGB value is (8,108,250). Sum of RGB (Red+Green+Blue) = 8+108+250=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #086CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086CFA is #F79305. Grayscale: #5D5D5D. Windows color (decimal): -16225030 or 16411656. OLE color: 16411656.

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

Color convert

RGB 8 108 250 -
CMYK 0.97 0.57 0 0.02
HSL 215.21º 0.96% 0.51% -
HSV(B) 215.21º 0.97% 0.98% -
XYZ 22.72 17.68 92.66 -
YUV 94.29 215.87 66.45 -
System Red Green Blue C M Y K H S L
Decimal 8 108 250 0.97 0.57 0 0.02 215.21 0.96 0.51
Hex 8 6C FA 61 39 0 2 D7 60 33
Octal 10 154 372 141 71 0 2 327 140 63
Binary 1000 1101100 11111010 1100001 111001 0 10 11010111 1100000 110011

Color Harmonies of #086CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CFA

Black with #086CFA

Text Example


Text Example

White with #086CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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