#1884FA

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

Shades of Dodger Blue #1884FA

Tints of Dodger Blue #1884FA

Color information

#1884FA (or 0x1884FA) is unknown color: approx Dodger Blue. HEX triplet: 18, 84 and FA. RGB value is (24,132,250). Sum of RGB (Red+Green+Blue) = 24+132+250=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #1884FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1884FA is #E77B05. Grayscale: #707070. Windows color (decimal): -15170310 or 16417816. OLE color: 16417816.

HSL color Cylindrical-coordinate representation of color #1884FA: hue angle of 211.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1884FA is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24132250-
CMYK0.900.4700.02
HSL211.33º95.76%53.73%-
HSV(B)211.33º90.4%98.04%-
XYZ25.8823.693.63-
YUV113.16205.2264.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.91%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 250 (98.05% from 255) = 61.58%
R=5.91%
G=32.51%
B=61.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241322500.900.4700.02211.3395.7653.73
Hex1884FA5A2F02d36036
Octal30204372132570232314066
Binary1100010000100111110101011010101111010110100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1884FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1884FA; }

 p { color: rgb(24,132,250); }

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

<style>
 a { background-color: #1884FA; }

 a { background-color: rgb(24,132,250); }

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

<style>
 span { border-color: #1884FA; }

 span { border-color: rgb(24,132,250); }

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