#0893FE

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

Shades of Dodger Blue #0893FE

Tints of Dodger Blue #0893FE

Color information

#0893FE (or 0x0893FE) is unknown color: approx Dodger Blue. HEX triplet: 08, 93 and FE. RGB value is (8,147,254). Sum of RGB (Red+Green+Blue) = 8+147+254=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #0893FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0893FE is #F76C01. Grayscale: #757575. Windows color (decimal): -16215042 or 16683784. OLE color: 16683784.

HSL color Cylindrical-coordinate representation of color #0893FE: hue angle of 206.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0893FE is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8147254-
CMYK0.970.4200.00
HSL206.1º99.19%51.37%-
HSV(B)206.1º96.85%99.61%-
XYZ28.4228.0797.69-
YUV117.64204.9549.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.96%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 254 (99.61% from 255) = 62.10%
R=1.96%
G=35.94%
B=62.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal81472540.970.4200.00206.199.1951.37
Hex893FE612A00ce6333
Octal10223376141520031614363
Binary10001001001111111110110000110101000110011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0893FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0893FE; }

 p { color: rgb(8,147,254); }

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

<style>
 a { background-color: #0893FE; }

 a { background-color: rgb(8,147,254); }

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

<style>
 span { border-color: #0893FE; }

 span { border-color: rgb(8,147,254); }

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