#0A97EE

Color #0A97EE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0A97EE

Tints of Dodger Blue #0A97EE

Color information

#0A97EE (or 0x0A97EE) is unknown color: approx Dodger Blue. HEX triplet: 0A, 97 and EE. RGB value is (10,151,238). Sum of RGB (Red+Green+Blue) = 10+151+238=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #0A97EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A97EE is #F56811. Grayscale: #767676. Windows color (decimal): -16082962 or 15636234. OLE color: 15636234.

HSL color Cylindrical-coordinate representation of color #0A97EE: hue angle of 202.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A97EE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10151238-
CMYK0.960.3700.07
HSL202.89º91.94%48.63%-
HSV(B)202.89º95.8%93.33%-
XYZ26.6228.3784.96-
YUV118.76195.2950.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.51%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 238 (93.36% from 255) = 59.65%
R=2.51%
G=37.84%
B=59.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal101512380.960.3700.07202.8991.9448.63
HexA97EE602507cb5c31
Octal12227356140450731313461
Binary1010100101111110111011000001001010111110010111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A97EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,151,238); }

 H1.HeaderClassName
 {
   color: #0A97EE;
 }
 .AnyTagClassName
 {
   color: #0A97EE;
 }
</style>
background-color css

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

 a { background-color: rgb(10,151,238); }

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

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

 span { border-color: rgb(10,151,238); }

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