Html Css Color HEX #188BE1 Dodger Blue

📋 copy color: '#188BE1'

red 24 ◦ green 139 ◦ blue 225

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

Shades of Dodger Blue #188BE1

Tints of Dodger Blue #188BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 57.99%

R = 6.19%
G = 35.82%
B = 57.99%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#188BE1 (or 0x188BE1) is known color: Dodger Blue. HEX triplet: 18, 8B and E1. RGB value is (24,139,225). Sum of RGB (Red+Green+Blue) = 24+139+225=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #188BE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BE1 is #E7741E. Grayscale: #717171. Windows color (decimal): -15168543 or 14781208. OLE color: 14781208.

HSL color Cylindrical-coordinate representation of color #188BE1: hue angle of 205.67º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188BE1 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 139 225 -
CMYK 0.89 0.38 0 0.12
HSL 205.67º 0.81% 0.49% -
HSV(B) 205.67º 0.89% 0.88% -
XYZ 23.2 24.1 74.66 -
YUV 114.42 190.4 63.51 -
System Red Green Blue C M Y K H S L
Decimal 24 139 225 0.89 0.38 0 0.12 205.67 0.81 0.49
Hex 18 8B E1 59 26 0 C CE 51 31
Octal 30 213 341 131 46 0 14 316 121 61
Binary 11000 10001011 11100001 1011001 100110 0 1100 11001110 1010001 110001

Color Harmonies of #188BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BE1

Black with #188BE1

Text Example


Text Example

White with #188BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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