#0A92EA

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

Shades of Dodger Blue #0A92EA

Tints of Dodger Blue #0A92EA

Color information

#0A92EA (or 0x0A92EA) is unknown color: approx Dodger Blue. HEX triplet: 0A, 92 and EA. RGB value is (10,146,234). Sum of RGB (Red+Green+Blue) = 10+146+234=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A92EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A92EA is #F56D15. Grayscale: #727272. Windows color (decimal): -16084246 or 15372810. OLE color: 15372810.

HSL color Cylindrical-coordinate representation of color #0A92EA: hue angle of 203.57º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A92EA is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10146234-
CMYK0.960.3800.08
HSL203.57º91.8%47.84%-
HSV(B)203.57º95.73%91.76%-
XYZ25.2626.5681.64-
YUV115.37194.9452.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.56%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 234 (91.80% from 255) = 60%
R=2.56%
G=37.44%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal101462340.960.3800.08203.5791.847.84
HexA92EA602608cc5c30
Octal122223521404601031413460
Binary10101001001011101010110000010011001000110011001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,146,234); }

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

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

 a { background-color: rgb(10,146,234); }

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

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

 span { border-color: rgb(10,146,234); }

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