#2383DE

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

Shades of Dodger Blue #2383DE

Tints of Dodger Blue #2383DE

Color information

#2383DE (or 0x2383DE) is unknown color: approx Dodger Blue. HEX triplet: 23, 83 and DE. RGB value is (35,131,222). Sum of RGB (Red+Green+Blue) = 35+131+222=388 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.02% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #2383DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2383DE is #DC7C21. Grayscale: #707070. Windows color (decimal): -14449698 or 14582563. OLE color: 14582563.

HSL color Cylindrical-coordinate representation of color #2383DE: hue angle of 209.2º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2383DE is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB35131222-
CMYK0.840.4100.13
HSL209.2º73.91%50.39%-
HSV(B)209.2º84.23%87.06%-
XYZ21.9921.8672.17-
YUV112.67189.772.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.02%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 222 (87.11% from 255) = 57.22%
R=9.02%
G=33.76%
B=57.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal351312220.840.4100.13209.273.9150.39
Hex2383DE54290Dd14a32
Octal432033361245101532111262
Binary1000111000001111011110101010010100101101110100011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2383DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2383DE; }

 p { color: rgb(35,131,222); }

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

<style>
 a { background-color: #2383DE; }

 a { background-color: rgb(35,131,222); }

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

<style>
 span { border-color: #2383DE; }

 span { border-color: rgb(35,131,222); }

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