Html Css Color HEX #0986FD Dodger Blue

📋 copy color: '#0986FD'

red 9 ◦ green 134 ◦ blue 253

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

Shades of Dodger Blue #0986FD

Tints of Dodger Blue #0986FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 2.27%
G = 33.84%
B = 63.89%

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

#0986FD (or 0x0986FD) is known color: Dodger Blue. HEX triplet: 09, 86 and FD. RGB value is (9,134,253). Sum of RGB (Red+Green+Blue) = 9+134+253=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #0986FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0986FD is #F67902. Grayscale: #6D6D6D. Windows color (decimal): -16152835 or 16614921. OLE color: 16614921.

HSL color Cylindrical-coordinate representation of color #0986FD: hue angle of 209.26º 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 #0986FD is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 134 253 -
CMYK 0.96 0.47 0 0.01
HSL 209.26º 0.98% 0.51% -
HSV(B) 209.26º 0.96% 0.99% -
XYZ 26.37 24.2 96.21 -
YUV 110.19 208.59 55.82 -
System Red Green Blue C M Y K H S L
Decimal 9 134 253 0.96 0.47 0 0.01 209.26 0.98 0.51
Hex 9 86 FD 60 2F 0 1 D1 62 33
Octal 11 206 375 140 57 0 1 321 142 63
Binary 1001 10000110 11111101 1100000 101111 0 1 11010001 1100010 110011

Color Harmonies of #0986FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0986FD

Black with #0986FD

Text Example


Text Example

White with #0986FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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