#238DE9

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

Shades of Dodger Blue #238DE9

Tints of Dodger Blue #238DE9

Color information

#238DE9 (or 0x238DE9) is unknown color: approx Dodger Blue. HEX triplet: 23, 8D and E9. RGB value is (35,141,233). Sum of RGB (Red+Green+Blue) = 35+141+233=409 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.56% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #238DE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238DE9 is #DC7216. Grayscale: #777777. Windows color (decimal): -14447127 or 15306019. OLE color: 15306019.

HSL color Cylindrical-coordinate representation of color #238DE9: hue angle of 207.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #238DE9 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB35141233-
CMYK0.850.3900.09
HSL207.88º81.82%52.55%-
HSV(B)207.88º84.98%91.37%-
XYZ24.9325.2980.66-
YUV119.79191.8867.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.56%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 233 (91.41% from 255) = 56.97%
R=8.56%
G=34.47%
B=56.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal351412330.850.3900.09207.8881.8252.55
Hex238DE9552709d05235
Octal432153511254701132012265
Binary1000111000110111101001101010110011101001110100001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238DE9; }

 p { color: rgb(35,141,233); }

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

<style>
 a { background-color: #238DE9; }

 a { background-color: rgb(35,141,233); }

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

<style>
 span { border-color: #238DE9; }

 span { border-color: rgb(35,141,233); }

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