#1C83EE

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

Shades of Dodger Blue #1C83EE

Tints of Dodger Blue #1C83EE

Color information

#1C83EE (or 0x1C83EE) is unknown color: approx Dodger Blue. HEX triplet: 1C, 83 and EE. RGB value is (28,131,238). Sum of RGB (Red+Green+Blue) = 28+131+238=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #1C83EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C83EE is #E37C11. Grayscale: #6F6F6F. Windows color (decimal): -14908434 or 15631132. OLE color: 15631132.

HSL color Cylindrical-coordinate representation of color #1C83EE: hue angle of 210.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C83EE is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB28131238-
CMYK0.880.4500.07
HSL210.57º86.07%52.16%-
HSV(B)210.57º88.24%93.33%-
XYZ24.0322.6583.99-
YUV112.4198.8867.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.05%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 238 (93.36% from 255) = 59.95%
R=7.05%
G=33.00%
B=59.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal281312380.880.4500.07210.5786.0752.16
Hex1C83EE582D07d35634
Octal34203356130550732312664
Binary11100100000111110111010110001011010111110100111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C83EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C83EE; }

 p { color: rgb(28,131,238); }

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

<style>
 a { background-color: #1C83EE; }

 a { background-color: rgb(28,131,238); }

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

<style>
 span { border-color: #1C83EE; }

 span { border-color: rgb(28,131,238); }

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