#0093FF

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

Shades of Dodger Blue #0093FF

Tints of Dodger Blue #0093FF

Color information

#0093FF (or 0x0093FF) is unknown color: approx Dodger Blue. HEX triplet: 00, 93 and FF. RGB value is (0,147,255). Sum of RGB (Red+Green+Blue) = 0+147+255=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #0093FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0093FF is #FF6C00. Grayscale: #727272. Windows color (decimal): -16739329 or 16749312. OLE color: 16749312.

HSL color Cylindrical-coordinate representation of color #0093FF: hue angle of 205.41º 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 #0093FF is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0147255-
CMYK10.4200
HSL205.41º100%50%-
HSV(B)205.41º100%100%-
XYZ28.4828.0998.53-
YUV115.36206.845.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 255 (100% from 255) = 63.43%
R=0%
G=36.57%
B=63.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal014725510.4200205.4110050
Hex093FF642A00cd6432
Octal0223377144520031514462
Binary01001001111111111110010010101000110011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0093FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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