Html Css Color HEX #0A8AEF Dodger Blue

📋 copy color: '#0A8AEF'

red 10 ◦ green 138 ◦ blue 239

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

Shades of Dodger Blue #0A8AEF

Tints of Dodger Blue #0A8AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

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

R = 2.58%
G = 35.66%
B = 61.76%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A8AEF (or 0x0A8AEF) is known color: Dodger Blue. HEX triplet: 0A, 8A and EF. RGB value is (10,138,239). Sum of RGB (Red+Green+Blue) = 10+138+239=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A8AEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8AEF is #F57510. Grayscale: #6E6E6E. Windows color (decimal): -16086289 or 15698442. OLE color: 15698442.

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

Color convert

RGB 10 138 239 -
CMYK 0.96 0.42 0 0.06
HSL 206.46º 0.92% 0.49% -
HSV(B) 206.46º 0.96% 0.94% -
XYZ 24.79 24.47 85.08 -
YUV 111.24 200.09 55.79 -
System Red Green Blue C M Y K H S L
Decimal 10 138 239 0.96 0.42 0 0.06 206.46 0.92 0.49
Hex A 8A EF 60 2A 0 6 CE 5C 31
Octal 12 212 357 140 52 0 6 316 134 61
Binary 1010 10001010 11101111 1100000 101010 0 110 11001110 1011100 110001

Color Harmonies of #0A8AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8AEF

Black with #0A8AEF

Text Example


Text Example

White with #0A8AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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