Html Css Color HEX #0A9AFF Dodger Blue

📋 copy color: '#0A9AFF'

red 10 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #0A9AFF

Tints of Dodger Blue #0A9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

 BLUE value IS 255 (100% from 255) = 60.86%

R = 2.39%
G = 36.75%
B = 60.86%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A9AFF (or 0x0A9AFF) is known color: Dodger Blue. HEX triplet: 0A, 9A and FF. RGB value is (10,154,255). Sum of RGB (Red+Green+Blue) = 10+154+255=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A9AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9AFF is #F56500. Grayscale: #797979. Windows color (decimal): -16082177 or 16751114. OLE color: 16751114.

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

Color convert

RGB 10 154 255 -
CMYK 0.96 0.40 0 0
HSL 204.73º 1% 0.52% -
HSV(B) 204.73º 0.96% 1% -
XYZ 29.73 30.4 98.91 -
YUV 122.46 202.79 47.79 -
System Red Green Blue C M Y K H S L
Decimal 10 154 255 0.96 0.40 0 0 204.73 1 0.52
Hex A 9A FF 60 28 0 0 CD 64 34
Octal 12 232 377 140 50 0 0 315 144 64
Binary 1010 10011010 11111111 1100000 101000 0 0 11001101 1100100 110100

Color Harmonies of #0A9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9AFF

Black with #0A9AFF

Text Example


Text Example

White with #0A9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,154,255); }

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

background-color css

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

 a { background-color: rgb(10,154,255); }

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

border-color css

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

 span { border-color: rgb(10,154,255); }

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