Html Css Color HEX #0A86F7 Dodger Blue

📋 copy color: '#0A86F7'

red 10 ◦ green 134 ◦ blue 247

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

Shades of Dodger Blue #0A86F7

Tints of Dodger Blue #0A86F7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 247 (96.88% from 255) = 63.17%

R = 2.56%
G = 34.27%
B = 63.17%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0A86F7 (or 0x0A86F7) is known color: Dodger Blue. HEX triplet: 0A, 86 and F7. RGB value is (10,134,247). Sum of RGB (Red+Green+Blue) = 10+134+247=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 247 (96.88% from 255 or 63.17% from 391); Max value from RGB is 247 - color contains mainly: blue. Hex color #0A86F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A86F7 is #F57908. Grayscale: #6D6D6D. Windows color (decimal): -16087305 or 16221706. OLE color: 16221706.

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

Color convert

RGB 10 134 247 -
CMYK 0.96 0.46 0 0.03
HSL 208.61º 0.94% 0.5% -
HSV(B) 208.61º 0.96% 0.97% -
XYZ 25.44 23.83 91.25 -
YUV 109.81 205.42 56.81 -
System Red Green Blue C M Y K H S L
Decimal 10 134 247 0.96 0.46 0 0.03 208.61 0.94 0.5
Hex A 86 F7 60 2E 0 3 D1 5E 32
Octal 12 206 367 140 56 0 3 321 136 62
Binary 1010 10000110 11110111 1100000 101110 0 11 11010001 1011110 110010

Color Harmonies of #0A86F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A86F7

Black with #0A86F7

Text Example


Text Example

White with #0A86F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,134,247); }

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

background-color css

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

 a { background-color: rgb(10,134,247); }

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

border-color css

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

 span { border-color: rgb(10,134,247); }

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