Html Css Color HEX #188CEB Dodger Blue

📋 copy color: '#188CEB'

red 24 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #188CEB

Tints of Dodger Blue #188CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 6.02%
G = 35.09%
B = 58.9%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#188CEB (or 0x188CEB) is known color: Dodger Blue. HEX triplet: 18, 8C and EB. RGB value is (24,140,235). Sum of RGB (Red+Green+Blue) = 24+140+235=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #188CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188CEB is #E77314. Grayscale: #737373. Windows color (decimal): -15168277 or 15436824. OLE color: 15436824.

HSL color Cylindrical-coordinate representation of color #188CEB: hue angle of 207.01º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188CEB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 140 235 -
CMYK 0.90 0.40 0 0.08
HSL 207.01º 0.84% 0.51% -
HSV(B) 207.01º 0.9% 0.92% -
XYZ 24.75 24.95 82.11 -
YUV 116.15 195.07 62.28 -
System Red Green Blue C M Y K H S L
Decimal 24 140 235 0.90 0.40 0 0.08 207.01 0.84 0.51
Hex 18 8C EB 5A 28 0 8 CF 54 33
Octal 30 214 353 132 50 0 10 317 124 63
Binary 11000 10001100 11101011 1011010 101000 0 1000 11001111 1010100 110011

Color Harmonies of #188CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CEB

Black with #188CEB

Text Example


Text Example

White with #188CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,140,235); }

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

background-color css

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

 a { background-color: rgb(24,140,235); }

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

border-color css

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

 span { border-color: rgb(24,140,235); }

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