Html Css Color HEX #0A99F6 Dodger Blue

📋 copy color: '#0A99F6'

red 10 ◦ green 153 ◦ blue 246

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

Shades of Dodger Blue #0A99F6

Tints of Dodger Blue #0A99F6

RGB

 RED value IS 10 (4.3% from 255) = 2.44%

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

 BLUE value IS 246 (96.48% from 255) = 60.15%

R = 2.44%
G = 37.41%
B = 60.15%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0A99F6 (or 0x0A99F6) is known color: Dodger Blue. HEX triplet: 0A, 99 and F6. RGB value is (10,153,246). Sum of RGB (Red+Green+Blue) = 10+153+246=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #0A99F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A99F6 is #F56609. Grayscale: #787878. Windows color (decimal): -16082442 or 16161034. OLE color: 16161034.

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

Color convert

RGB 10 153 246 -
CMYK 0.96 0.38 0 0.04
HSL 203.64º 0.93% 0.5% -
HSV(B) 203.64º 0.96% 0.96% -
XYZ 28.15 29.5 91.4 -
YUV 120.85 198.62 48.94 -
System Red Green Blue C M Y K H S L
Decimal 10 153 246 0.96 0.38 0 0.04 203.64 0.93 0.5
Hex A 99 F6 60 26 0 4 CC 5D 32
Octal 12 231 366 140 46 0 4 314 135 62
Binary 1010 10011001 11110110 1100000 100110 0 100 11001100 1011101 110010

Color Harmonies of #0A99F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A99F6

Black with #0A99F6

Text Example


Text Example

White with #0A99F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A99F6; }

 p { color: rgb(10,153,246); }

 H1.HeaderClassName
 {
   color: #0A99F6;
 }
 .AnyTagClassName
 {
   color: #0A99F6;
 }
</style>

background-color css

<style>
 a { background-color: #0A99F6; }

 a { background-color: rgb(10,153,246); }

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

border-color css

<style>
 span { border-color: #0A99F6; }

 span { border-color: rgb(10,153,246); }

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