#0F90FF

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

Shades of Dodger Blue #0F90FF

Tints of Dodger Blue #0F90FF

Color information

#0F90FF (or 0x0F90FF) is unknown color: approx Dodger Blue. HEX triplet: 0F, 90 and FF. RGB value is (15,144,255). Sum of RGB (Red+Green+Blue) = 15+144+255=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F90FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F90FF is #F06F00. Grayscale: #757575. Windows color (decimal): -15757057 or 16748559. OLE color: 16748559.

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

Color convert

RGB15144255-
CMYK0.940.4400
HSL207.75º100%52.94%-
HSV(B)207.75º94.12%100%-
XYZ28.2227.2798.38-
YUV118.08205.2654.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.62%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 255 (100% from 255) = 61.59%
R=3.62%
G=34.78%
B=61.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151442550.940.4400207.7510052.94
HexF90FF5E2C00d06435
Octal17220377136540032014465
Binary11111001000011111111101111010110000110100001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,144,255); }

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

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

 a { background-color: rgb(15,144,255); }

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

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

 span { border-color: rgb(15,144,255); }

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