Html Css Color HEX #188DED Dodger Blue

📋 copy color: '#188DED'

red 24 ◦ green 141 ◦ blue 237

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

Shades of Dodger Blue #188DED

Tints of Dodger Blue #188DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

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

R = 5.97%
G = 35.07%
B = 58.96%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#188DED (or 0x188DED) is known color: Dodger Blue. HEX triplet: 18, 8D and ED. RGB value is (24,141,237). Sum of RGB (Red+Green+Blue) = 24+141+237=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #188DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DED is #E77212. Grayscale: #747474. Windows color (decimal): -15168019 or 15568152. OLE color: 15568152.

HSL color Cylindrical-coordinate representation of color #188DED: hue angle of 207.04º 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 #188DED is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 141 237 -
CMYK 0.90 0.41 0 0.07
HSL 207.04º 0.86% 0.51% -
HSV(B) 207.04º 0.9% 0.93% -
XYZ 25.19 25.36 83.69 -
YUV 116.96 195.74 61.69 -
System Red Green Blue C M Y K H S L
Decimal 24 141 237 0.90 0.41 0 0.07 207.04 0.86 0.51
Hex 18 8D ED 5A 29 0 7 CF 56 33
Octal 30 215 355 132 51 0 7 317 126 63
Binary 11000 10001101 11101101 1011010 101001 0 111 11001111 1010110 110011

Color Harmonies of #188DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DED

Black with #188DED

Text Example


Text Example

White with #188DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188DED; }

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

 H1.HeaderClassName
 {
   color: #188DED;
 }
 .AnyTagClassName
 {
   color: #188DED;
 }
</style>

background-color css

<style>
 a { background-color: #188DED; }

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

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

border-color css

<style>
 span { border-color: #188DED; }

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

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