Html Css Color HEX #0985FD Dodger Blue

📋 copy color: '#0985FD'

red 9 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #0985FD

Tints of Dodger Blue #0985FD

RGB

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

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

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

R = 2.28%
G = 33.67%
B = 64.05%

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

#0985FD (or 0x0985FD) is known color: Dodger Blue. HEX triplet: 09, 85 and FD. RGB value is (9,133,253). Sum of RGB (Red+Green+Blue) = 9+133+253=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #0985FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0985FD is #F67A02. Grayscale: #6D6D6D. Windows color (decimal): -16153091 or 16614665. OLE color: 16614665.

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

Color convert

RGB 9 133 253 -
CMYK 0.96 0.47 0 0.01
HSL 209.51º 0.98% 0.51% -
HSV(B) 209.51º 0.96% 0.99% -
XYZ 26.23 23.92 96.16 -
YUV 109.6 208.92 56.24 -
System Red Green Blue C M Y K H S L
Decimal 9 133 253 0.96 0.47 0 0.01 209.51 0.98 0.51
Hex 9 85 FD 60 2F 0 1 D2 62 33
Octal 11 205 375 140 57 0 1 322 142 63
Binary 1001 10000101 11111101 1100000 101111 0 1 11010010 1100010 110011

Color Harmonies of #0985FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0985FD

Black with #0985FD

Text Example


Text Example

White with #0985FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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