Html Css Color HEX #099FF3 Dodger Blue

📋 copy color: '#099FF3'

red 9 ◦ green 159 ◦ blue 243

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

Shades of Dodger Blue #099FF3

Tints of Dodger Blue #099FF3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.69%

 BLUE value IS 243 (95.31% from 255) = 59.12%

R = 2.19%
G = 38.69%
B = 59.12%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#099FF3 (or 0x099FF3) is known color: Dodger Blue. HEX triplet: 09, 9F and F3. RGB value is (9,159,243). Sum of RGB (Red+Green+Blue) = 9+159+243=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 243 (95.31% from 255 or 59.12% from 411); Max value from RGB is 243 - color contains mainly: blue. Hex color #099FF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FF3 is #F6600C. Grayscale: #7B7B7B. Windows color (decimal): -16146445 or 15965961. OLE color: 15965961.

HSL color Cylindrical-coordinate representation of color #099FF3: hue angle of 201.54º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FF3 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 159 243 -
CMYK 0.96 0.35 0 0.05
HSL 201.54º 0.93% 0.49% -
HSV(B) 201.54º 0.96% 0.95% -
XYZ 28.69 31.33 89.33 -
YUV 123.73 195.31 46.17 -
System Red Green Blue C M Y K H S L
Decimal 9 159 243 0.96 0.35 0 0.05 201.54 0.93 0.49
Hex 9 9F F3 60 23 0 5 CA 5D 31
Octal 11 237 363 140 43 0 5 312 135 61
Binary 1001 10011111 11110011 1100000 100011 0 101 11001010 1011101 110001

Color Harmonies of #099FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FF3

Black with #099FF3

Text Example


Text Example

White with #099FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099FF3; }

 p { color: rgb(9,159,243); }

 H1.HeaderClassName
 {
   color: #099FF3;
 }
 .AnyTagClassName
 {
   color: #099FF3;
 }
</style>

background-color css

<style>
 a { background-color: #099FF3; }

 a { background-color: rgb(9,159,243); }

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

border-color css

<style>
 span { border-color: #099FF3; }

 span { border-color: rgb(9,159,243); }

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