Html Css Color HEX #0A8EFD Dodger Blue

📋 copy color: '#0A8EFD'

red 10 ◦ green 142 ◦ blue 253

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

Shades of Dodger Blue #0A8EFD

Tints of Dodger Blue #0A8EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

 BLUE value IS 253 (99.22% from 255) = 62.47%

R = 2.47%
G = 35.06%
B = 62.47%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A8EFD (or 0x0A8EFD) is known color: Dodger Blue. HEX triplet: 0A, 8E and FD. RGB value is (10,142,253). Sum of RGB (Red+Green+Blue) = 10+142+253=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A8EFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8EFD is #F57102. Grayscale: #727272. Windows color (decimal): -16085251 or 16616970. OLE color: 16616970.

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

Color convert

RGB 10 142 253 -
CMYK 0.96 0.44 0 0.01
HSL 207.41º 0.98% 0.52% -
HSV(B) 207.41º 0.96% 0.99% -
XYZ 27.53 26.5 96.59 -
YUV 115.19 205.77 52.97 -
System Red Green Blue C M Y K H S L
Decimal 10 142 253 0.96 0.44 0 0.01 207.41 0.98 0.52
Hex A 8E FD 60 2C 0 1 CF 62 34
Octal 12 216 375 140 54 0 1 317 142 64
Binary 1010 10001110 11111101 1100000 101100 0 1 11001111 1100010 110100

Color Harmonies of #0A8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8EFD

Black with #0A8EFD

Text Example


Text Example

White with #0A8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,142,253); }

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

background-color css

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

 a { background-color: rgb(10,142,253); }

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

border-color css

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

 span { border-color: rgb(10,142,253); }

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