#0A90F8

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

Shades of Dodger Blue #0A90F8

Tints of Dodger Blue #0A90F8

Color information

#0A90F8 (or 0x0A90F8) is unknown color: approx Dodger Blue. HEX triplet: 0A, 90 and F8. RGB value is (10,144,248). Sum of RGB (Red+Green+Blue) = 10+144+248=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 248 (97.27% from 255 or 61.69% from 402); Max value from RGB is 248 - color contains mainly: blue. Hex color #0A90F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A90F8 is #F56F07. Grayscale: #737373. Windows color (decimal): -16084744 or 16289802. OLE color: 16289802.

HSL color Cylindrical-coordinate representation of color #0A90F8: hue angle of 206.22º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A90F8 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10144248-
CMYK0.960.4200.03
HSL206.22º94.44%50.59%-
HSV(B)206.22º95.97%97.25%-
XYZ27.0426.7992.55-
YUV115.79202.6152.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.49%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 248 (97.27% from 255) = 61.69%
R=2.49%
G=35.82%
B=61.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal101442480.960.4200.03206.2294.4450.59
HexA90F8602A03ce5e33
Octal12220370140520331613663
Binary101010010000111110001100000101010011110011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A90F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,144,248); }

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

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

 a { background-color: rgb(10,144,248); }

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

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

 span { border-color: rgb(10,144,248); }

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