Html Css Color HEX #0A8FFB Dodger Blue

📋 copy color: '#0A8FFB'

red 10 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #0A8FFB

Tints of Dodger Blue #0A8FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

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

R = 2.48%
G = 35.4%
B = 62.13%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A8FFB (or 0x0A8FFB) is known color: Dodger Blue. HEX triplet: 0A, 8F and FB. RGB value is (10,143,251). Sum of RGB (Red+Green+Blue) = 10+143+251=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A8FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8FFB is #F57004. Grayscale: #727272. Windows color (decimal): -16084997 or 16486154. OLE color: 16486154.

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

Color convert

RGB 10 143 251 -
CMYK 0.96 0.43 0 0.02
HSL 206.89º 0.97% 0.51% -
HSV(B) 206.89º 0.96% 0.98% -
XYZ 27.36 26.67 94.97 -
YUV 115.55 204.44 52.72 -
System Red Green Blue C M Y K H S L
Decimal 10 143 251 0.96 0.43 0 0.02 206.89 0.97 0.51
Hex A 8F FB 60 2B 0 2 CF 61 33
Octal 12 217 373 140 53 0 2 317 141 63
Binary 1010 10001111 11111011 1100000 101011 0 10 11001111 1100001 110011

Color Harmonies of #0A8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8FFB

Black with #0A8FFB

Text Example


Text Example

White with #0A8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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