#1876FF

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

Shades of Dodger Blue #1876FF

Tints of Dodger Blue #1876FF

Color information

#1876FF (or 0x1876FF) is unknown color: approx Dodger Blue. HEX triplet: 18, 76 and FF. RGB value is (24,118,255). Sum of RGB (Red+Green+Blue) = 24+118+255=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #1876FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1876FF is #E78900. Grayscale: #686868. Windows color (decimal): -15173889 or 16741912. OLE color: 16741912.

HSL color Cylindrical-coordinate representation of color #1876FF: hue angle of 215.58º 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 #1876FF is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24118255-
CMYK0.910.5400
HSL215.58º100%54.71%-
HSV(B)215.58º90.59%100%-
XYZ24.9120.3797.23-
YUV105.51212.3669.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.05%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 255 (100% from 255) = 64.23%
R=6.05%
G=29.72%
B=64.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241182550.910.5400215.5810054.71
Hex1876FF5B3600d86437
Octal30166377133660033014467
Binary11000111011011111111101101111011000110110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1876FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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