Html Css Color HEX #0AA0FF Dodger Blue

📋 copy color: '#0AA0FF'

red 10 ◦ green 160 ◦ blue 255

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

Shades of Dodger Blue #0AA0FF

Tints of Dodger Blue #0AA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.65%

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

R = 2.35%
G = 37.65%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0AA0FF (or 0x0AA0FF) is known color: Dodger Blue. HEX triplet: 0A, A0 and FF. RGB value is (10,160,255). Sum of RGB (Red+Green+Blue) = 10+160+255=425 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AA0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA0FF is #F55F00. Grayscale: #7D7D7D. Windows color (decimal): -16080641 or 16752650. OLE color: 16752650.

HSL color Cylindrical-coordinate representation of color #0AA0FF: hue angle of 203.27º 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 #0AA0FF is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 10 160 255 -
CMYK 0.96 0.37 0 0
HSL 203.27º 1% 0.52% -
HSV(B) 203.27º 0.96% 1% -
XYZ 30.75 32.43 99.25 -
YUV 125.98 200.81 45.28 -
System Red Green Blue C M Y K H S L
Decimal 10 160 255 0.96 0.37 0 0 203.27 1 0.52
Hex A A0 FF 60 25 0 0 CB 64 34
Octal 12 240 377 140 45 0 0 313 144 64
Binary 1010 10100000 11111111 1100000 100101 0 0 11001011 1100100 110100

Color Harmonies of #0AA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA0FF

Black with #0AA0FF

Text Example


Text Example

White with #0AA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,160,255); }

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

background-color css

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

 a { background-color: rgb(10,160,255); }

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

border-color css

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

 span { border-color: rgb(10,160,255); }

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