Html Css Color HEX #188BEB Dodger Blue

📋 copy color: '#188BEB'

red 24 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #188BEB

Tints of Dodger Blue #188BEB

RGB

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

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

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

R = 6.03%
G = 34.92%
B = 59.05%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#188BEB (or 0x188BEB) is known color: Dodger Blue. HEX triplet: 18, 8B and EB. RGB value is (24,139,235). Sum of RGB (Red+Green+Blue) = 24+139+235=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #188BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BEB is #E77414. Grayscale: #737373. Windows color (decimal): -15168533 or 15436568. OLE color: 15436568.

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

Color convert

RGB 24 139 235 -
CMYK 0.90 0.41 0 0.08
HSL 207.3º 0.84% 0.51% -
HSV(B) 207.3º 0.9% 0.92% -
XYZ 24.6 24.66 82.06 -
YUV 115.56 195.4 62.69 -
System Red Green Blue C M Y K H S L
Decimal 24 139 235 0.90 0.41 0 0.08 207.3 0.84 0.51
Hex 18 8B EB 5A 29 0 8 CF 54 33
Octal 30 213 353 132 51 0 10 317 124 63
Binary 11000 10001011 11101011 1011010 101001 0 1000 11001111 1010100 110011

Color Harmonies of #188BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BEB

Black with #188BEB

Text Example


Text Example

White with #188BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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