Html Css Color HEX #0A96FF Dodger Blue

📋 copy color: '#0A96FF'

red 10 ◦ green 150 ◦ blue 255

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

Shades of Dodger Blue #0A96FF

Tints of Dodger Blue #0A96FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

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

R = 2.41%
G = 36.14%
B = 61.45%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A96FF (or 0x0A96FF) is known color: Dodger Blue. HEX triplet: 0A, 96 and FF. RGB value is (10,150,255). Sum of RGB (Red+Green+Blue) = 10+150+255=415 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.41% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A96FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A96FF is #F56900. Grayscale: #777777. Windows color (decimal): -16083201 or 16750090. OLE color: 16750090.

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

Color convert

RGB 10 150 255 -
CMYK 0.96 0.41 0 0
HSL 205.71º 1% 0.52% -
HSV(B) 205.71º 0.96% 1% -
XYZ 29.08 29.1 98.69 -
YUV 120.11 204.12 49.46 -
System Red Green Blue C M Y K H S L
Decimal 10 150 255 0.96 0.41 0 0 205.71 1 0.52
Hex A 96 FF 60 29 0 0 CE 64 34
Octal 12 226 377 140 51 0 0 316 144 64
Binary 1010 10010110 11111111 1100000 101001 0 0 11001110 1100100 110100

Color Harmonies of #0A96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A96FF

Black with #0A96FF

Text Example


Text Example

White with #0A96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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