Html Css Color HEX #0986F5 Dodger Blue

📋 copy color: '#0986F5'

red 9 ◦ green 134 ◦ blue 245

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

Shades of Dodger Blue #0986F5

Tints of Dodger Blue #0986F5

RGB

 RED value IS 9 (3.91% from 255) = 2.32%

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

 BLUE value IS 245 (96.09% from 255) = 63.14%

R = 2.32%
G = 34.54%
B = 63.14%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0986F5 (or 0x0986F5) is known color: Dodger Blue. HEX triplet: 09, 86 and F5. RGB value is (9,134,245). Sum of RGB (Red+Green+Blue) = 9+134+245=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 245 (96.09% from 255 or 63.14% from 388); Max value from RGB is 245 - color contains mainly: blue. Hex color #0986F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0986F5 is #F6790A. Grayscale: #6C6C6C. Windows color (decimal): -16152843 or 16090633. OLE color: 16090633.

HSL color Cylindrical-coordinate representation of color #0986F5: hue angle of 208.22º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0986F5 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 134 245 -
CMYK 0.96 0.45 0 0.04
HSL 208.22º 0.93% 0.5% -
HSV(B) 208.22º 0.96% 0.96% -
XYZ 25.12 23.7 89.64 -
YUV 109.28 204.59 56.47 -
System Red Green Blue C M Y K H S L
Decimal 9 134 245 0.96 0.45 0 0.04 208.22 0.93 0.5
Hex 9 86 F5 60 2D 0 4 D0 5D 32
Octal 11 206 365 140 55 0 4 320 135 62
Binary 1001 10000110 11110101 1100000 101101 0 100 11010000 1011101 110010

Color Harmonies of #0986F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0986F5

Black with #0986F5

Text Example


Text Example

White with #0986F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0986F5; }

 p { color: rgb(9,134,245); }

 H1.HeaderClassName
 {
   color: #0986F5;
 }
 .AnyTagClassName
 {
   color: #0986F5;
 }
</style>

background-color css

<style>
 a { background-color: #0986F5; }

 a { background-color: rgb(9,134,245); }

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

border-color css

<style>
 span { border-color: #0986F5; }

 span { border-color: rgb(9,134,245); }

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