Html Css Color HEX #0A8AF8 Dodger Blue

📋 copy color: '#0A8AF8'

red 10 ◦ green 138 ◦ blue 248

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

Shades of Dodger Blue #0A8AF8

Tints of Dodger Blue #0A8AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.63%

R = 2.53%
G = 34.85%
B = 62.63%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0A8AF8 (or 0x0A8AF8) is known color: Dodger Blue. HEX triplet: 0A, 8A and F8. RGB value is (10,138,248). Sum of RGB (Red+Green+Blue) = 10+138+248=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 248 (97.27% from 255 or 62.63% from 396); Max value from RGB is 248 - color contains mainly: blue. Hex color #0A8AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8AF8 is #F57507. Grayscale: #6F6F6F. Windows color (decimal): -16086280 or 16288266. OLE color: 16288266.

HSL color Cylindrical-coordinate representation of color #0A8AF8: hue angle of 207.73º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8AF8 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 138 248 -
CMYK 0.96 0.44 0 0.03
HSL 207.73º 0.94% 0.51% -
HSV(B) 207.73º 0.96% 0.97% -
XYZ 26.16 25.02 92.26 -
YUV 112.27 204.59 55.06 -
System Red Green Blue C M Y K H S L
Decimal 10 138 248 0.96 0.44 0 0.03 207.73 0.94 0.51
Hex A 8A F8 60 2C 0 3 D0 5E 33
Octal 12 212 370 140 54 0 3 320 136 63
Binary 1010 10001010 11111000 1100000 101100 0 11 11010000 1011110 110011

Color Harmonies of #0A8AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8AF8

Black with #0A8AF8

Text Example


Text Example

White with #0A8AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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