Html Css Color HEX #0986FC Dodger Blue

📋 copy color: '#0986FC'

red 9 ◦ green 134 ◦ blue 252

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

Shades of Dodger Blue #0986FC

Tints of Dodger Blue #0986FC

RGB

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

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

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

R = 2.28%
G = 33.92%
B = 63.8%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0986FC (or 0x0986FC) is known color: Dodger Blue. HEX triplet: 09, 86 and FC. RGB value is (9,134,252). Sum of RGB (Red+Green+Blue) = 9+134+252=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #0986FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0986FC is #F67903. Grayscale: #6D6D6D. Windows color (decimal): -16152836 or 16549385. OLE color: 16549385.

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

Color convert

RGB 9 134 252 -
CMYK 0.96 0.47 0 0.01
HSL 209.14º 0.98% 0.51% -
HSV(B) 209.14º 0.96% 0.99% -
XYZ 26.21 24.14 95.37 -
YUV 110.08 208.09 55.91 -
System Red Green Blue C M Y K H S L
Decimal 9 134 252 0.96 0.47 0 0.01 209.14 0.98 0.51
Hex 9 86 FC 60 2F 0 1 D1 62 33
Octal 11 206 374 140 57 0 1 321 142 63
Binary 1001 10000110 11111100 1100000 101111 0 1 11010001 1100010 110011

Color Harmonies of #0986FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0986FC

Black with #0986FC

Text Example


Text Example

White with #0986FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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