Html Css Color HEX #188BDA Dodger Blue

📋 copy color: '#188BDA'

red 24 ◦ green 139 ◦ blue 218

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

Shades of Dodger Blue #188BDA

Tints of Dodger Blue #188BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 6.3%
G = 36.48%
B = 57.22%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#188BDA (or 0x188BDA) is known color: Dodger Blue. HEX triplet: 18, 8B and DA. RGB value is (24,139,218). Sum of RGB (Red+Green+Blue) = 24+139+218=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #188BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BDA is #E77425. Grayscale: #717171. Windows color (decimal): -15168550 or 14322456. OLE color: 14322456.

HSL color Cylindrical-coordinate representation of color #188BDA: hue angle of 204.43º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188BDA is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 139 218 -
CMYK 0.89 0.36 0 0.15
HSL 204.43º 0.8% 0.47% -
HSV(B) 204.43º 0.89% 0.85% -
XYZ 22.26 23.72 69.73 -
YUV 113.62 186.9 64.08 -
System Red Green Blue C M Y K H S L
Decimal 24 139 218 0.89 0.36 0 0.15 204.43 0.8 0.47
Hex 18 8B DA 59 24 0 F CC 50 2F
Octal 30 213 332 131 44 0 17 314 120 57
Binary 11000 10001011 11011010 1011001 100100 0 1111 11001100 1010000 101111

Color Harmonies of #188BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BDA

Black with #188BDA

Text Example


Text Example

White with #188BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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