Html Css Color HEX #099DFA Dodger Blue

📋 copy color: '#099DFA'

red 9 ◦ green 157 ◦ blue 250

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

Shades of Dodger Blue #099DFA

Tints of Dodger Blue #099DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 2.16%
G = 37.74%
B = 60.1%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#099DFA (or 0x099DFA) is known color: Dodger Blue. HEX triplet: 09, 9D and FA. RGB value is (9,157,250). Sum of RGB (Red+Green+Blue) = 9+157+250=416 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #099DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099DFA is #F66205. Grayscale: #7A7A7A. Windows color (decimal): -16146950 or 16424201. OLE color: 16424201.

HSL color Cylindrical-coordinate representation of color #099DFA: hue angle of 203.15º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099DFA is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 157 250 -
CMYK 0.96 0.37 0 0.02
HSL 203.15º 0.96% 0.51% -
HSV(B) 203.15º 0.96% 0.98% -
XYZ 29.42 31.07 94.89 -
YUV 123.35 199.47 46.44 -
System Red Green Blue C M Y K H S L
Decimal 9 157 250 0.96 0.37 0 0.02 203.15 0.96 0.51
Hex 9 9D FA 60 25 0 2 CB 60 33
Octal 11 235 372 140 45 0 2 313 140 63
Binary 1001 10011101 11111010 1100000 100101 0 10 11001011 1100000 110011

Color Harmonies of #099DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DFA

Black with #099DFA

Text Example


Text Example

White with #099DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,250); }

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

background-color css

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

 a { background-color: rgb(9,157,250); }

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

border-color css

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

 span { border-color: rgb(9,157,250); }

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