Html Css Color HEX #1888DF Dodger Blue

📋 copy color: '#1888DF'

red 24 ◦ green 136 ◦ blue 223

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

Shades of Dodger Blue #1888DF

Tints of Dodger Blue #1888DF

RGB

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

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

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

R = 6.27%
G = 35.51%
B = 58.22%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1888DF (or 0x1888DF) is known color: Dodger Blue. HEX triplet: 18, 88 and DF. RGB value is (24,136,223). Sum of RGB (Red+Green+Blue) = 24+136+223=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #1888DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888DF is #E77720. Grayscale: #6F6F6F. Windows color (decimal): -15169313 or 14649368. OLE color: 14649368.

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

Color convert

RGB 24 136 223 -
CMYK 0.89 0.39 0 0.13
HSL 206.23º 0.81% 0.48% -
HSV(B) 206.23º 0.89% 0.87% -
XYZ 22.5 23.13 73.09 -
YUV 112.43 190.39 64.93 -
System Red Green Blue C M Y K H S L
Decimal 24 136 223 0.89 0.39 0 0.13 206.23 0.81 0.48
Hex 18 88 DF 59 27 0 D CE 51 30
Octal 30 210 337 131 47 0 15 316 121 60
Binary 11000 10001000 11011111 1011001 100111 0 1101 11001110 1010001 110000

Color Harmonies of #1888DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888DF

Black with #1888DF

Text Example


Text Example

White with #1888DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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