#2391EE

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

Shades of Dodger Blue #2391EE

Tints of Dodger Blue #2391EE

Color information

#2391EE (or 0x2391EE) is unknown color: approx Dodger Blue. HEX triplet: 23, 91 and EE. RGB value is (35,145,238). Sum of RGB (Red+Green+Blue) = 35+145+238=418 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.37% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #2391EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2391EE is #DC6E11. Grayscale: #7A7A7A. Windows color (decimal): -14446098 or 15634723. OLE color: 15634723.

HSL color Cylindrical-coordinate representation of color #2391EE: hue angle of 207.49º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2391EE is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB35145238-
CMYK0.850.3900.07
HSL207.49º85.65%53.53%-
HSV(B)207.49º85.29%93.33%-
XYZ26.2526.7884.67-
YUV122.71193.0665.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.37%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 238 (93.36% from 255) = 56.94%
R=8.37%
G=34.69%
B=56.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal351452380.850.3900.07207.4985.6553.53
Hex2391EE552707cf5636
Octal43221356125470731712666
Binary100011100100011110111010101011001110111110011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2391EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2391EE; }

 p { color: rgb(35,145,238); }

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

<style>
 a { background-color: #2391EE; }

 a { background-color: rgb(35,145,238); }

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

<style>
 span { border-color: #2391EE; }

 span { border-color: rgb(35,145,238); }

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