Html Css Color HEX #0AA1EF Dodger Blue

📋 copy color: '#0AA1EF'

red 10 ◦ green 161 ◦ blue 239

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

Shades of Dodger Blue #0AA1EF

Tints of Dodger Blue #0AA1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.27%

 BLUE value IS 239 (93.75% from 255) = 58.29%

R = 2.44%
G = 39.27%
B = 58.29%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0AA1EF (or 0x0AA1EF) is known color: Dodger Blue. HEX triplet: 0A, A1 and EF. RGB value is (10,161,239). Sum of RGB (Red+Green+Blue) = 10+161+239=410 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #0AA1EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA1EF is #F55E10. Grayscale: #7C7C7C. Windows color (decimal): -16080401 or 15704330. OLE color: 15704330.

HSL color Cylindrical-coordinate representation of color #0AA1EF: hue angle of 200.44º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AA1EF is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 10 161 239 -
CMYK 0.96 0.33 0 0.06
HSL 200.44º 0.92% 0.49% -
HSV(B) 200.44º 0.96% 0.94% -
XYZ 28.45 31.79 86.3 -
YUV 124.74 192.47 46.16 -
System Red Green Blue C M Y K H S L
Decimal 10 161 239 0.96 0.33 0 0.06 200.44 0.92 0.49
Hex A A1 EF 60 21 0 6 C8 5C 31
Octal 12 241 357 140 41 0 6 310 134 61
Binary 1010 10100001 11101111 1100000 100001 0 110 11001000 1011100 110001

Color Harmonies of #0AA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA1EF

Black with #0AA1EF

Text Example


Text Example

White with #0AA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,161,239); }

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

background-color css

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

 a { background-color: rgb(10,161,239); }

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

border-color css

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

 span { border-color: rgb(10,161,239); }

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