#258CD8

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

Shades of Dodger Blue #258CD8

Tints of Dodger Blue #258CD8

Color information

#258CD8 (or 0x258CD8) is unknown color: approx Dodger Blue. HEX triplet: 25, 8C and D8. RGB value is (37,140,216). Sum of RGB (Red+Green+Blue) = 37+140+216=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #258CD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CD8 is #DA7327. Grayscale: #757575. Windows color (decimal): -14316328 or 14191653. OLE color: 14191653.

HSL color Cylindrical-coordinate representation of color #258CD8: hue angle of 205.47º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258CD8 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB37140216-
CMYK0.830.3500.15
HSL205.47º70.75%49.61%-
HSV(B)205.47º82.87%84.71%-
XYZ22.5424.1168.43-
YUV117.87183.3870.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.41%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 216 (84.77% from 255) = 54.96%
R=9.41%
G=35.62%
B=54.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal371402160.830.3500.15205.4770.7549.61
Hex258CD853230Fcd4732
Octal452143301234301731510762
Binary1001011000110011011000101001110001101111110011011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258CD8; }

 p { color: rgb(37,140,216); }

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

<style>
 a { background-color: #258CD8; }

 a { background-color: rgb(37,140,216); }

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

<style>
 span { border-color: #258CD8; }

 span { border-color: rgb(37,140,216); }

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