Html Css Color HEX #188BE7 Dodger Blue

📋 copy color: '#188BE7'

red 24 ◦ green 139 ◦ blue 231

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

Shades of Dodger Blue #188BE7

Tints of Dodger Blue #188BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.63%

R = 6.09%
G = 35.28%
B = 58.63%

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

#188BE7 (or 0x188BE7) is known color: Dodger Blue. HEX triplet: 18, 8B and E7. RGB value is (24,139,231). Sum of RGB (Red+Green+Blue) = 24+139+231=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #188BE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BE7 is #E77418. Grayscale: #727272. Windows color (decimal): -15168537 or 15174424. OLE color: 15174424.

HSL color Cylindrical-coordinate representation of color #188BE7: hue angle of 206.67º degrees, saturation: 0.81, 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 #188BE7 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 139 231 -
CMYK 0.90 0.40 0 0.09
HSL 206.67º 0.81% 0.5% -
HSV(B) 206.67º 0.9% 0.91% -
XYZ 24.03 24.43 79.05 -
YUV 115.1 193.4 63.02 -
System Red Green Blue C M Y K H S L
Decimal 24 139 231 0.90 0.40 0 0.09 206.67 0.81 0.5
Hex 18 8B E7 5A 28 0 9 CF 51 32
Octal 30 213 347 132 50 0 11 317 121 62
Binary 11000 10001011 11100111 1011010 101000 0 1001 11001111 1010001 110010

Color Harmonies of #188BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BE7

Black with #188BE7

Text Example


Text Example

White with #188BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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