Html Css Color HEX #1885DD Dodger Blue

📋 copy color: '#1885DD'

red 24 ◦ green 133 ◦ blue 221

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

Shades of Dodger Blue #1885DD

Tints of Dodger Blue #1885DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

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

R = 6.35%
G = 35.19%
B = 58.47%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1885DD (or 0x1885DD) is known color: Dodger Blue. HEX triplet: 18, 85 and DD. RGB value is (24,133,221). Sum of RGB (Red+Green+Blue) = 24+133+221=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #1885DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885DD is #E77A22. Grayscale: #6D6D6D. Windows color (decimal): -15170083 or 14517528. OLE color: 14517528.

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

Color convert

RGB 24 133 221 -
CMYK 0.89 0.40 0 0.13
HSL 206.8º 0.8% 0.48% -
HSV(B) 206.8º 0.89% 0.87% -
XYZ 21.82 22.19 71.54 -
YUV 110.44 190.39 66.34 -
System Red Green Blue C M Y K H S L
Decimal 24 133 221 0.89 0.40 0 0.13 206.8 0.8 0.48
Hex 18 85 DD 59 28 0 D CF 50 30
Octal 30 205 335 131 50 0 15 317 120 60
Binary 11000 10000101 11011101 1011001 101000 0 1101 11001111 1010000 110000

Color Harmonies of #1885DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885DD

Black with #1885DD

Text Example


Text Example

White with #1885DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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