Html Css Color HEX #1885DF Dodger Blue

📋 copy color: '#1885DF'

red 24 ◦ green 133 ◦ blue 223

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

Shades of Dodger Blue #1885DF

Tints of Dodger Blue #1885DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 6.32%
G = 35%
B = 58.68%

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

#1885DF (or 0x1885DF) is known color: Dodger Blue. HEX triplet: 18, 85 and DF. RGB value is (24,133,223). Sum of RGB (Red+Green+Blue) = 24+133+223=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #1885DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885DF is #E77A20. Grayscale: #6E6E6E. Windows color (decimal): -15170081 or 14648600. OLE color: 14648600.

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

Color convert

RGB 24 133 223 -
CMYK 0.89 0.40 0 0.13
HSL 207.14º 0.81% 0.48% -
HSV(B) 207.14º 0.89% 0.87% -
XYZ 22.08 22.3 72.95 -
YUV 110.67 191.39 66.18 -
System Red Green Blue C M Y K H S L
Decimal 24 133 223 0.89 0.40 0 0.13 207.14 0.81 0.48
Hex 18 85 DF 59 28 0 D CF 51 30
Octal 30 205 337 131 50 0 15 317 121 60
Binary 11000 10000101 11011111 1011001 101000 0 1101 11001111 1010001 110000

Color Harmonies of #1885DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885DF

Black with #1885DF

Text Example


Text Example

White with #1885DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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