Html Css Color HEX #0999FF Dodger Blue

📋 copy color: '#0999FF'

red 9 ◦ green 153 ◦ blue 255

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

Shades of Dodger Blue #0999FF

Tints of Dodger Blue #0999FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 2.16%
G = 36.69%
B = 61.15%

CMYK

 C value IS 0.96

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0999FF (or 0x0999FF) is known color: Dodger Blue. HEX triplet: 09, 99 and FF. RGB value is (9,153,255). Sum of RGB (Red+Green+Blue) = 9+153+255=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #0999FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0999FF is #F66600. Grayscale: #797979. Windows color (decimal): -16147969 or 16750857. OLE color: 16750857.

HSL color Cylindrical-coordinate representation of color #0999FF: hue angle of 204.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0999FF is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 153 255 -
CMYK 0.96 0.4 0 0
HSL 204.88º 1% 0.52% -
HSV(B) 204.88º 0.96% 1% -
XYZ 29.55 30.06 98.85 -
YUV 121.57 203.29 47.71 -
System Red Green Blue C M Y K H S L
Decimal 9 153 255 0.96 0.4 0 0 204.88 1 0.52
Hex 9 99 FF 60 28 0 0 CD 64 34
Octal 11 231 377 140 50 0 0 315 144 64
Binary 1001 10011001 11111111 1100000 101000 0 0 11001101 1100100 110100

Color Harmonies of #0999FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0999FF

Black with #0999FF

Text Example


Text Example

White with #0999FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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