Html Css Color HEX #0985FA Dodger Blue

📋 copy color: '#0985FA'

red 9 ◦ green 133 ◦ blue 250

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

Shades of Dodger Blue #0985FA

Tints of Dodger Blue #0985FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 2.3%
G = 33.93%
B = 63.78%

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

#0985FA (or 0x0985FA) is known color: Dodger Blue. HEX triplet: 09, 85 and FA. RGB value is (9,133,250). Sum of RGB (Red+Green+Blue) = 9+133+250=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #0985FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0985FA is #F67A05. Grayscale: #6C6C6C. Windows color (decimal): -16153094 or 16418057. OLE color: 16418057.

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

Color convert

RGB 9 133 250 -
CMYK 0.96 0.47 0 0.02
HSL 209.13º 0.96% 0.51% -
HSV(B) 209.13º 0.96% 0.98% -
XYZ 25.76 23.74 93.67 -
YUV 109.26 207.42 56.49 -
System Red Green Blue C M Y K H S L
Decimal 9 133 250 0.96 0.47 0 0.02 209.13 0.96 0.51
Hex 9 85 FA 60 2F 0 2 D1 60 33
Octal 11 205 372 140 57 0 2 321 140 63
Binary 1001 10000101 11111010 1100000 101111 0 10 11010001 1100000 110011

Color Harmonies of #0985FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0985FA

Black with #0985FA

Text Example


Text Example

White with #0985FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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