Html Css Color HEX #0A8AFD Dodger Blue

📋 copy color: '#0A8AFD'

red 10 ◦ green 138 ◦ blue 253

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

Shades of Dodger Blue #0A8AFD

Tints of Dodger Blue #0A8AFD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

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

R = 2.49%
G = 34.41%
B = 63.09%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A8AFD (or 0x0A8AFD) is known color: Dodger Blue. HEX triplet: 0A, 8A and FD. RGB value is (10,138,253). Sum of RGB (Red+Green+Blue) = 10+138+253=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A8AFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8AFD is #F57502. Grayscale: #707070. Windows color (decimal): -16086275 or 16615946. OLE color: 16615946.

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

Color convert

RGB 10 138 253 -
CMYK 0.96 0.45 0 0.01
HSL 208.4º 0.98% 0.52% -
HSV(B) 208.4º 0.96% 0.99% -
XYZ 26.94 25.33 96.4 -
YUV 112.84 207.09 54.65 -
System Red Green Blue C M Y K H S L
Decimal 10 138 253 0.96 0.45 0 0.01 208.4 0.98 0.52
Hex A 8A FD 60 2D 0 1 D0 62 34
Octal 12 212 375 140 55 0 1 320 142 64
Binary 1010 10001010 11111101 1100000 101101 0 1 11010000 1100010 110100

Color Harmonies of #0A8AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8AFD

Black with #0A8AFD

Text Example


Text Example

White with #0A8AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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