#0A84ED

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

Shades of Dodger Blue #0A84ED

Tints of Dodger Blue #0A84ED

Color information

#0A84ED (or 0x0A84ED) is unknown color: approx Dodger Blue. HEX triplet: 0A, 84 and ED. RGB value is (10,132,237). Sum of RGB (Red+Green+Blue) = 10+132+237=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #0A84ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A84ED is #F57B12. Grayscale: #6A6A6A. Windows color (decimal): -16087827 or 15565834. OLE color: 15565834.

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

Color convert

RGB10132237-
CMYK0.960.4400.07
HSL207.75º91.9%48.43%-
HSV(B)207.75º95.78%92.94%-
XYZ23.6622.6883.25-
YUV107.49201.0858.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.64%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 237 (92.97% from 255) = 62.53%
R=2.64%
G=34.83%
B=62.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal101322370.960.4400.07207.7591.948.43
HexA84ED602C07d05c30
Octal12204355140540732013460
Binary1010100001001110110111000001011000111110100001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A84ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,132,237); }

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

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

 a { background-color: rgb(10,132,237); }

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

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

 span { border-color: rgb(10,132,237); }

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