#1874F8

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

Shades of Dodger Blue #1874F8

Tints of Dodger Blue #1874F8

Color information

#1874F8 (or 0x1874F8) is unknown color: approx Dodger Blue. HEX triplet: 18, 74 and F8. RGB value is (24,116,248). Sum of RGB (Red+Green+Blue) = 24+116+248=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #1874F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1874F8 is #E78B07. Grayscale: #666666. Windows color (decimal): -15174408 or 16282648. OLE color: 16282648.

HSL color Cylindrical-coordinate representation of color #1874F8: hue angle of 215.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1874F8 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24116248-
CMYK0.900.5300.03
HSL215.36º94.12%53.33%-
HSV(B)215.36º90.32%97.25%-
XYZ23.5719.4691.32-
YUV103.54209.5271.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.19%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 248 (97.27% from 255) = 63.92%
R=6.19%
G=29.90%
B=63.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal241162480.900.5300.03215.3694.1253.33
Hex1874F85A3503d75e35
Octal30164370132650332713665
Binary110001110100111110001011010110101011110101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1874F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1874F8; }

 p { color: rgb(24,116,248); }

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

<style>
 a { background-color: #1874F8; }

 a { background-color: rgb(24,116,248); }

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

<style>
 span { border-color: #1874F8; }

 span { border-color: rgb(24,116,248); }

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