Html Css Color HEX #0999E6 Dodger Blue

📋 copy color: '#0999E6'

red 9 ◦ green 153 ◦ blue 230

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

Shades of Dodger Blue #0999E6

Tints of Dodger Blue #0999E6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

 BLUE value IS 230 (90.23% from 255) = 58.67%

R = 2.3%
G = 39.03%
B = 58.67%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0999E6 (or 0x0999E6) is known color: Dodger Blue. HEX triplet: 09, 99 and E6. RGB value is (9,153,230). Sum of RGB (Red+Green+Blue) = 9+153+230=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #0999E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0999E6 is #F66619. Grayscale: #767676. Windows color (decimal): -16147994 or 15112457. OLE color: 15112457.

HSL color Cylindrical-coordinate representation of color #0999E6: hue angle of 200.9º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0999E6 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 153 230 -
CMYK 0.96 0.33 0 0.10
HSL 200.91º 0.92% 0.47% -
HSV(B) 200.91º 0.96% 0.9% -
XYZ 25.79 28.55 79.02 -
YUV 118.72 190.79 49.74 -
System Red Green Blue C M Y K H S L
Decimal 9 153 230 0.96 0.33 0 0.10 200.91 0.92 0.47
Hex 9 99 E6 60 21 0 A C9 5C 2F
Octal 11 231 346 140 41 0 12 311 134 57
Binary 1001 10011001 11100110 1100000 100001 0 1010 11001001 1011100 101111

Color Harmonies of #0999E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0999E6

Black with #0999E6

Text Example


Text Example

White with #0999E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0999E6; }

 p { color: rgb(9,153,230); }

 H1.HeaderClassName
 {
   color: #0999E6;
 }
 .AnyTagClassName
 {
   color: #0999E6;
 }
</style>

background-color css

<style>
 a { background-color: #0999E6; }

 a { background-color: rgb(9,153,230); }

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

border-color css

<style>
 span { border-color: #0999E6; }

 span { border-color: rgb(9,153,230); }

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