Html Css Color HEX #1888ED Dodger Blue

📋 copy color: '#1888ED'

red 24 ◦ green 136 ◦ blue 237

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

Shades of Dodger Blue #1888ED

Tints of Dodger Blue #1888ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 6.05%
G = 34.26%
B = 59.7%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1888ED (or 0x1888ED) is known color: Dodger Blue. HEX triplet: 18, 88 and ED. RGB value is (24,136,237). Sum of RGB (Red+Green+Blue) = 24+136+237=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #1888ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1888ED is #E77712. Grayscale: #717171. Windows color (decimal): -15169299 or 15566872. OLE color: 15566872.

HSL color Cylindrical-coordinate representation of color #1888ED: hue angle of 208.45º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1888ED is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 136 237 -
CMYK 0.90 0.43 0 0.07
HSL 208.45º 0.86% 0.51% -
HSV(B) 208.45º 0.9% 0.93% -
XYZ 24.47 23.92 83.45 -
YUV 114.03 197.39 63.79 -
System Red Green Blue C M Y K H S L
Decimal 24 136 237 0.90 0.43 0 0.07 208.45 0.86 0.51
Hex 18 88 ED 5A 2B 0 7 D0 56 33
Octal 30 210 355 132 53 0 7 320 126 63
Binary 11000 10001000 11101101 1011010 101011 0 111 11010000 1010110 110011

Color Harmonies of #1888ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888ED

Black with #1888ED

Text Example


Text Example

White with #1888ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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