Html Css Color HEX #0985FB Dodger Blue

📋 copy color: '#0985FB'

red 9 ◦ green 133 ◦ blue 251

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

Shades of Dodger Blue #0985FB

Tints of Dodger Blue #0985FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 2.29%
G = 33.84%
B = 63.87%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0985FB (or 0x0985FB) is known color: Dodger Blue. HEX triplet: 09, 85 and FB. RGB value is (9,133,251). Sum of RGB (Red+Green+Blue) = 9+133+251=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #0985FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0985FB is #F67A04. Grayscale: #6C6C6C. Windows color (decimal): -16153093 or 16483593. OLE color: 16483593.

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

Color convert

RGB 9 133 251 -
CMYK 0.96 0.47 0 0.02
HSL 209.26º 0.97% 0.51% -
HSV(B) 209.26º 0.96% 0.98% -
XYZ 25.91 23.8 94.49 -
YUV 109.38 207.92 56.41 -
System Red Green Blue C M Y K H S L
Decimal 9 133 251 0.96 0.47 0 0.02 209.26 0.97 0.51
Hex 9 85 FB 60 2F 0 2 D1 61 33
Octal 11 205 373 140 57 0 2 321 141 63
Binary 1001 10000101 11111011 1100000 101111 0 10 11010001 1100001 110011

Color Harmonies of #0985FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0985FB

Black with #0985FB

Text Example


Text Example

White with #0985FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0985FB; }

 p { color: rgb(9,133,251); }

 H1.HeaderClassName
 {
   color: #0985FB;
 }
 .AnyTagClassName
 {
   color: #0985FB;
 }
</style>

background-color css

<style>
 a { background-color: #0985FB; }

 a { background-color: rgb(9,133,251); }

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

border-color css

<style>
 span { border-color: #0985FB; }

 span { border-color: rgb(9,133,251); }

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