Html Css Color HEX #1888DD Dodger Blue

📋 copy color: '#1888DD'

red 24 ◦ green 136 ◦ blue 221

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

Shades of Dodger Blue #1888DD

Tints of Dodger Blue #1888DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 6.3%
G = 35.7%
B = 58.01%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1888DD (or 0x1888DD) is known color: Dodger Blue. HEX triplet: 18, 88 and DD. RGB value is (24,136,221). Sum of RGB (Red+Green+Blue) = 24+136+221=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #1888DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888DD is #E77722. Grayscale: #6F6F6F. Windows color (decimal): -15169315 or 14518296. OLE color: 14518296.

HSL color Cylindrical-coordinate representation of color #1888DD: hue angle of 205.89º 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 #1888DD is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 136 221 -
CMYK 0.89 0.38 0 0.13
HSL 205.89º 0.8% 0.48% -
HSV(B) 205.89º 0.89% 0.87% -
XYZ 22.23 23.02 71.68 -
YUV 112.2 189.39 65.09 -
System Red Green Blue C M Y K H S L
Decimal 24 136 221 0.89 0.38 0 0.13 205.89 0.8 0.48
Hex 18 88 DD 59 26 0 D CE 50 30
Octal 30 210 335 131 46 0 15 316 120 60
Binary 11000 10001000 11011101 1011001 100110 0 1101 11001110 1010000 110000

Color Harmonies of #1888DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888DD

Black with #1888DD

Text Example


Text Example

White with #1888DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1888DD; }

 p { color: rgb(24,136,221); }

 H1.HeaderClassName
 {
   color: #1888DD;
 }
 .AnyTagClassName
 {
   color: #1888DD;
 }
</style>

background-color css

<style>
 a { background-color: #1888DD; }

 a { background-color: rgb(24,136,221); }

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

border-color css

<style>
 span { border-color: #1888DD; }

 span { border-color: rgb(24,136,221); }

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