Html Css Color HEX #0991E8 Dodger Blue

📋 copy color: '#0991E8'

red 9 ◦ green 145 ◦ blue 232

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

Shades of Dodger Blue #0991E8

Tints of Dodger Blue #0991E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 60.1%

R = 2.33%
G = 37.56%
B = 60.1%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0991E8 (or 0x0991E8) is known color: Dodger Blue. HEX triplet: 09, 91 and E8. RGB value is (9,145,232). Sum of RGB (Red+Green+Blue) = 9+145+232=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #0991E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0991E8 is #F66E17. Grayscale: #717171. Windows color (decimal): -16150040 or 15241481. OLE color: 15241481.

HSL color Cylindrical-coordinate representation of color #0991E8: hue angle of 203.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0991E8 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 145 232 -
CMYK 0.96 0.38 0 0.09
HSL 203.41º 0.93% 0.47% -
HSV(B) 203.41º 0.96% 0.91% -
XYZ 24.8 26.14 80.08 -
YUV 114.25 194.44 52.93 -
System Red Green Blue C M Y K H S L
Decimal 9 145 232 0.96 0.38 0 0.09 203.41 0.93 0.47
Hex 9 91 E8 60 26 0 9 CB 5D 2F
Octal 11 221 350 140 46 0 11 313 135 57
Binary 1001 10010001 11101000 1100000 100110 0 1001 11001011 1011101 101111

Color Harmonies of #0991E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0991E8

Black with #0991E8

Text Example


Text Example

White with #0991E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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