Html Css Color HEX #1885DB Dodger Blue

📋 copy color: '#1885DB'

red 24 ◦ green 133 ◦ blue 219

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

Shades of Dodger Blue #1885DB

Tints of Dodger Blue #1885DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.24%

R = 6.38%
G = 35.37%
B = 58.24%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1885DB (or 0x1885DB) is known color: Dodger Blue. HEX triplet: 18, 85 and DB. RGB value is (24,133,219). Sum of RGB (Red+Green+Blue) = 24+133+219=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #1885DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885DB is #E77A24. Grayscale: #6D6D6D. Windows color (decimal): -15170085 or 14386456. OLE color: 14386456.

HSL color Cylindrical-coordinate representation of color #1885DB: hue angle of 206.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1885DB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 133 219 -
CMYK 0.89 0.39 0 0.14
HSL 206.46º 0.8% 0.48% -
HSV(B) 206.46º 0.89% 0.86% -
XYZ 21.55 22.08 70.14 -
YUV 110.21 189.39 66.51 -
System Red Green Blue C M Y K H S L
Decimal 24 133 219 0.89 0.39 0 0.14 206.46 0.8 0.48
Hex 18 85 DB 59 27 0 E CE 50 30
Octal 30 205 333 131 47 0 16 316 120 60
Binary 11000 10000101 11011011 1011001 100111 0 1110 11001110 1010000 110000

Color Harmonies of #1885DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885DB

Black with #1885DB

Text Example


Text Example

White with #1885DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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