#0883FF

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

Shades of Dodger Blue #0883FF

Tints of Dodger Blue #0883FF

Color information

#0883FF (or 0x0883FF) is unknown color: approx Dodger Blue. HEX triplet: 08, 83 and FF. RGB value is (8,131,255). Sum of RGB (Red+Green+Blue) = 8+131+255=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #0883FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0883FF is #F77C00. Grayscale: #6B6B6B. Windows color (decimal): -16219137 or 16745224. OLE color: 16745224.

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

Color convert

RGB8131255-
CMYK0.970.4900
HSL210.12º100%51.57%-
HSV(B)210.12º96.86%100%-
XYZ26.2723.597.76-
YUV108.36210.7556.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.03%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 255 (100% from 255) = 64.72%
R=2.03%
G=33.25%
B=64.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal81312550.970.4900210.1210051.57
Hex883FF613100d26434
Octal10203377141610032214464
Binary10001000001111111111110000111000100110100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0883FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,131,255); }

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

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

 a { background-color: rgb(8,131,255); }

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

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

 span { border-color: rgb(8,131,255); }

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