Html Css Color HEX #188BE8 Dodger Blue

📋 copy color: '#188BE8'

red 24 ◦ green 139 ◦ blue 232

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

Shades of Dodger Blue #188BE8

Tints of Dodger Blue #188BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.73%

R = 6.08%
G = 35.19%
B = 58.73%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#188BE8 (or 0x188BE8) is known color: Dodger Blue. HEX triplet: 18, 8B and E8. RGB value is (24,139,232). Sum of RGB (Red+Green+Blue) = 24+139+232=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #188BE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BE8 is #E77417. Grayscale: #727272. Windows color (decimal): -15168536 or 15239960. OLE color: 15239960.

HSL color Cylindrical-coordinate representation of color #188BE8: hue angle of 206.83º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188BE8 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 139 232 -
CMYK 0.90 0.40 0 0.09
HSL 206.83º 0.82% 0.5% -
HSV(B) 206.83º 0.9% 0.91% -
XYZ 24.17 24.49 79.8 -
YUV 115.22 193.9 62.94 -
System Red Green Blue C M Y K H S L
Decimal 24 139 232 0.90 0.40 0 0.09 206.83 0.82 0.5
Hex 18 8B E8 5A 28 0 9 CF 52 32
Octal 30 213 350 132 50 0 11 317 122 62
Binary 11000 10001011 11101000 1011010 101000 0 1001 11001111 1010010 110010

Color Harmonies of #188BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BE8

Black with #188BE8

Text Example


Text Example

White with #188BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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