Html Css Color HEX #0991FD Dodger Blue

📋 copy color: '#0991FD'

red 9 ◦ green 145 ◦ blue 253

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

Shades of Dodger Blue #0991FD

Tints of Dodger Blue #0991FD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.63%

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

R = 2.21%
G = 35.63%
B = 62.16%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0991FD (or 0x0991FD) is known color: Dodger Blue. HEX triplet: 09, 91 and FD. RGB value is (9,145,253). Sum of RGB (Red+Green+Blue) = 9+145+253=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #0991FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0991FD is #F66E02. Grayscale: #747474. Windows color (decimal): -16150019 or 16617737. OLE color: 16617737.

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

Color convert

RGB 9 145 253 -
CMYK 0.96 0.43 0 0.01
HSL 206.56º 0.98% 0.51% -
HSV(B) 206.56º 0.96% 0.99% -
XYZ 27.97 27.4 96.74 -
YUV 116.65 204.94 51.22 -
System Red Green Blue C M Y K H S L
Decimal 9 145 253 0.96 0.43 0 0.01 206.56 0.98 0.51
Hex 9 91 FD 60 2B 0 1 CF 62 33
Octal 11 221 375 140 53 0 1 317 142 63
Binary 1001 10010001 11111101 1100000 101011 0 1 11001111 1100010 110011

Color Harmonies of #0991FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0991FD

Black with #0991FD

Text Example


Text Example

White with #0991FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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