Html Css Color HEX #1884DE Dodger Blue

📋 copy color: '#1884DE'

red 24 ◦ green 132 ◦ blue 222

#1884DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1884DE

Tints of Dodger Blue #1884DE

RGB

 RED value IS 24 (9.77% from 255) = 6.35%

 GREEN value IS 132 (51.95% from 255) = 34.92%

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 6.35%
G = 34.92%
B = 58.73%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1884DE (or 0x1884DE) is known color: Dodger Blue. HEX triplet: 18, 84 and DE. RGB value is (24,132,222). Sum of RGB (Red+Green+Blue) = 24+132+222=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #1884DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1884DE is #E77B21. Grayscale: #6D6D6D. Windows color (decimal): -15170338 or 14582808. OLE color: 14582808.

HSL color Cylindrical-coordinate representation of color #1884DE: hue angle of 207.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1884DE is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 132 222 -
CMYK 0.89 0.41 0 0.13
HSL 207.27º 0.8% 0.48% -
HSV(B) 207.27º 0.89% 0.87% -
XYZ 21.81 21.97 72.2 -
YUV 109.97 191.22 66.68 -
System Red Green Blue C M Y K H S L
Decimal 24 132 222 0.89 0.41 0 0.13 207.27 0.8 0.48
Hex 18 84 DE 59 29 0 D CF 50 30
Octal 30 204 336 131 51 0 15 317 120 60
Binary 11000 10000100 11011110 1011001 101001 0 1101 11001111 1010000 110000

Color Harmonies of #1884DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1884DE

Black with #1884DE

Text Example


Text Example

White with #1884DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1884DE;
 }
 .AnyTagClassName
 {
   color: #1884DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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