Html Css Color HEX #0A8DFB Dodger Blue

📋 copy color: '#0A8DFB'

red 10 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #0A8DFB

Tints of Dodger Blue #0A8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

 BLUE value IS 251 (98.44% from 255) = 62.44%

R = 2.49%
G = 35.07%
B = 62.44%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A8DFB (or 0x0A8DFB) is known color: Dodger Blue. HEX triplet: 0A, 8D and FB. RGB value is (10,141,251). Sum of RGB (Red+Green+Blue) = 10+141+251=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A8DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8DFB is #F57204. Grayscale: #717171. Windows color (decimal): -16085509 or 16485642. OLE color: 16485642.

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

Color convert

RGB 10 141 251 -
CMYK 0.96 0.44 0 0.02
HSL 207.39º 0.97% 0.51% -
HSV(B) 207.39º 0.96% 0.98% -
XYZ 27.06 26.08 94.87 -
YUV 114.37 205.1 53.56 -
System Red Green Blue C M Y K H S L
Decimal 10 141 251 0.96 0.44 0 0.02 207.39 0.97 0.51
Hex A 8D FB 60 2C 0 2 CF 61 33
Octal 12 215 373 140 54 0 2 317 141 63
Binary 1010 10001101 11111011 1100000 101100 0 10 11001111 1100001 110011

Color Harmonies of #0A8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8DFB

Black with #0A8DFB

Text Example


Text Example

White with #0A8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,141,251); }

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

background-color css

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

 a { background-color: rgb(10,141,251); }

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

border-color css

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

 span { border-color: rgb(10,141,251); }

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