Html Css Color HEX #1885DA Dodger Blue

📋 copy color: '#1885DA'

red 24 ◦ green 133 ◦ blue 218

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

Shades of Dodger Blue #1885DA

Tints of Dodger Blue #1885DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.13%

R = 6.4%
G = 35.47%
B = 58.13%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1885DA (or 0x1885DA) is known color: Dodger Blue. HEX triplet: 18, 85 and DA. RGB value is (24,133,218). Sum of RGB (Red+Green+Blue) = 24+133+218=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #1885DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885DA is #E77A25. Grayscale: #6D6D6D. Windows color (decimal): -15170086 or 14320920. OLE color: 14320920.

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

Color convert

RGB 24 133 218 -
CMYK 0.89 0.39 0 0.15
HSL 206.29º 0.8% 0.47% -
HSV(B) 206.29º 0.89% 0.85% -
XYZ 21.42 22.03 69.45 -
YUV 110.1 188.89 66.59 -
System Red Green Blue C M Y K H S L
Decimal 24 133 218 0.89 0.39 0 0.15 206.29 0.8 0.47
Hex 18 85 DA 59 27 0 F CE 50 2F
Octal 30 205 332 131 47 0 17 316 120 57
Binary 11000 10000101 11011010 1011001 100111 0 1111 11001110 1010000 101111

Color Harmonies of #1885DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885DA

Black with #1885DA

Text Example


Text Example

White with #1885DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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