Html Css Color HEX #188BEE Dodger Blue

📋 copy color: '#188BEE'

red 24 ◦ green 139 ◦ blue 238

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

Shades of Dodger Blue #188BEE

Tints of Dodger Blue #188BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 238 (93.36% from 255) = 59.35%

R = 5.99%
G = 34.66%
B = 59.35%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#188BEE (or 0x188BEE) is known color: Dodger Blue. HEX triplet: 18, 8B and EE. RGB value is (24,139,238). Sum of RGB (Red+Green+Blue) = 24+139+238=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #188BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BEE is #E77411. Grayscale: #737373. Windows color (decimal): -15168530 or 15633176. OLE color: 15633176.

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

Color convert

RGB 24 139 238 -
CMYK 0.90 0.42 0 0.07
HSL 207.76º 0.86% 0.51% -
HSV(B) 207.76º 0.9% 0.93% -
XYZ 25.04 24.83 84.36 -
YUV 115.9 196.9 62.45 -
System Red Green Blue C M Y K H S L
Decimal 24 139 238 0.90 0.42 0 0.07 207.76 0.86 0.51
Hex 18 8B EE 5A 2A 0 7 D0 56 33
Octal 30 213 356 132 52 0 7 320 126 63
Binary 11000 10001011 11101110 1011010 101010 0 111 11010000 1010110 110011

Color Harmonies of #188BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BEE

Black with #188BEE

Text Example


Text Example

White with #188BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,139,238); }

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

background-color css

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

 a { background-color: rgb(24,139,238); }

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

border-color css

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

 span { border-color: rgb(24,139,238); }

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