#1875FF

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

Shades of Dodger Blue #1875FF

Tints of Dodger Blue #1875FF

Color information

#1875FF (or 0x1875FF) is unknown color: approx Dodger Blue. HEX triplet: 18, 75 and FF. RGB value is (24,117,255). Sum of RGB (Red+Green+Blue) = 24+117+255=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #1875FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1875FF is #E78A00. Grayscale: #686868. Windows color (decimal): -15174145 or 16741656. OLE color: 16741656.

HSL color Cylindrical-coordinate representation of color #1875FF: hue angle of 215.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1875FF is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24117255-
CMYK0.910.5400
HSL215.84º100%54.71%-
HSV(B)215.84º90.59%100%-
XYZ24.7920.1497.19-
YUV104.93212.6970.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.06%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 255 (100% from 255) = 64.39%
R=6.06%
G=29.55%
B=64.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241172550.910.5400215.8410054.71
Hex1875FF5B3600d86437
Octal30165377133660033014467
Binary11000111010111111111101101111011000110110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1875FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1875FF; }

 p { color: rgb(24,117,255); }

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

<style>
 a { background-color: #1875FF; }

 a { background-color: rgb(24,117,255); }

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

<style>
 span { border-color: #1875FF; }

 span { border-color: rgb(24,117,255); }

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