Html Css Color HEX #0A8BF1 Dodger Blue

📋 copy color: '#0A8BF1'

red 10 ◦ green 139 ◦ blue 241

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

Shades of Dodger Blue #0A8BF1

Tints of Dodger Blue #0A8BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.64%

 BLUE value IS 241 (94.53% from 255) = 61.79%

R = 2.56%
G = 35.64%
B = 61.79%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0A8BF1 (or 0x0A8BF1) is known color: Dodger Blue. HEX triplet: 0A, 8B and F1. RGB value is (10,139,241). Sum of RGB (Red+Green+Blue) = 10+139+241=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A8BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8BF1 is #F5740E. Grayscale: #6F6F6F. Windows color (decimal): -16086031 or 15829770. OLE color: 15829770.

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

Color convert

RGB 10 139 241 -
CMYK 0.96 0.42 0 0.05
HSL 206.49º 0.92% 0.49% -
HSV(B) 206.49º 0.96% 0.95% -
XYZ 25.23 24.88 86.69 -
YUV 112.06 200.76 55.21 -
System Red Green Blue C M Y K H S L
Decimal 10 139 241 0.96 0.42 0 0.05 206.49 0.92 0.49
Hex A 8B F1 60 2A 0 5 CE 5C 31
Octal 12 213 361 140 52 0 5 316 134 61
Binary 1010 10001011 11110001 1100000 101010 0 101 11001110 1011100 110001

Color Harmonies of #0A8BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8BF1

Black with #0A8BF1

Text Example


Text Example

White with #0A8BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,139,241); }

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

background-color css

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

 a { background-color: rgb(10,139,241); }

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

border-color css

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

 span { border-color: rgb(10,139,241); }

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