#0090FF

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

Shades of Dodger Blue #0090FF

Tints of Dodger Blue #0090FF

Color information

#0090FF (or 0x0090FF) is unknown color: approx Dodger Blue. HEX triplet: 00, 90 and FF. RGB value is (0,144,255). Sum of RGB (Red+Green+Blue) = 0+144+255=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #0090FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0090FF is #FF6F00. Grayscale: #717171. Windows color (decimal): -16740097 or 16748544. OLE color: 16748544.

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

Color convert

RGB0144255-
CMYK10.4400
HSL206.12º100%50%-
HSV(B)206.12º100%100%-
XYZ28.0227.1798.37-
YUV113.6207.7946.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 255 (100% from 255) = 63.91%
R=0%
G=36.09%
B=63.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal014425510.4400206.1210050
Hex090FF642C00ce6432
Octal0220377144540031614462
Binary01001000011111111110010010110000110011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0090FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0090FF; }

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

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

<style>
 a { background-color: #0090FF; }

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

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

<style>
 span { border-color: #0090FF; }

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

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