Html Css Color HEX #0A8AFB Dodger Blue

📋 copy color: '#0A8AFB'

red 10 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #0A8AFB

Tints of Dodger Blue #0A8AFB

RGB

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

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

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

R = 2.51%
G = 34.59%
B = 62.91%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A8AFB (or 0x0A8AFB) is known color: Dodger Blue. HEX triplet: 0A, 8A and FB. RGB value is (10,138,251). Sum of RGB (Red+Green+Blue) = 10+138+251=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A8AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8AFB is #F57504. Grayscale: #707070. Windows color (decimal): -16086277 or 16484874. OLE color: 16484874.

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

Color convert

RGB 10 138 251 -
CMYK 0.96 0.45 0 0.02
HSL 208.13º 0.97% 0.51% -
HSV(B) 208.13º 0.96% 0.98% -
XYZ 26.63 25.21 94.73 -
YUV 112.61 206.09 54.81 -
System Red Green Blue C M Y K H S L
Decimal 10 138 251 0.96 0.45 0 0.02 208.13 0.97 0.51
Hex A 8A FB 60 2D 0 2 D0 61 33
Octal 12 212 373 140 55 0 2 320 141 63
Binary 1010 10001010 11111011 1100000 101101 0 10 11010000 1100001 110011

Color Harmonies of #0A8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8AFB

Black with #0A8AFB

Text Example


Text Example

White with #0A8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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