#248DE3

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

Shades of Dodger Blue #248DE3

Tints of Dodger Blue #248DE3

Color information

#248DE3 (or 0x248DE3) is unknown color: approx Dodger Blue. HEX triplet: 24, 8D and E3. RGB value is (36,141,227). Sum of RGB (Red+Green+Blue) = 36+141+227=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #248DE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DE3 is #DB721C. Grayscale: #767676. Windows color (decimal): -14381597 or 14912804. OLE color: 14912804.

HSL color Cylindrical-coordinate representation of color #248DE3: hue angle of 207.02º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248DE3 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB36141227-
CMYK0.840.3800.11
HSL207.02º77.33%51.57%-
HSV(B)207.02º84.14%89.02%-
XYZ24.1224.9776.22-
YUV119.41188.7168.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.91%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 227 (89.06% from 255) = 56.19%
R=8.91%
G=34.90%
B=56.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal361412270.840.3800.11207.0277.3351.57
Hex248DE354260Bcf4d34
Octal442153431244601331711564
Binary1001001000110111100011101010010011001011110011111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248DE3; }

 p { color: rgb(36,141,227); }

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

<style>
 a { background-color: #248DE3; }

 a { background-color: rgb(36,141,227); }

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

<style>
 span { border-color: #248DE3; }

 span { border-color: rgb(36,141,227); }

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