Html Css Color HEX #188AEC Dodger Blue

📋 copy color: '#188AEC'

red 24 ◦ green 138 ◦ blue 236

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

Shades of Dodger Blue #188AEC

Tints of Dodger Blue #188AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 236 (92.58% from 255) = 59.3%

R = 6.03%
G = 34.67%
B = 59.3%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#188AEC (or 0x188AEC) is known color: Dodger Blue. HEX triplet: 18, 8A and EC. RGB value is (24,138,236). Sum of RGB (Red+Green+Blue) = 24+138+236=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #188AEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188AEC is #E77513. Grayscale: #727272. Windows color (decimal): -15168788 or 15501848. OLE color: 15501848.

HSL color Cylindrical-coordinate representation of color #188AEC: hue angle of 207.74º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188AEC is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 138 236 -
CMYK 0.90 0.42 0 0.07
HSL 207.74º 0.85% 0.51% -
HSV(B) 207.74º 0.9% 0.93% -
XYZ 24.61 24.43 82.77 -
YUV 115.09 196.23 63.03 -
System Red Green Blue C M Y K H S L
Decimal 24 138 236 0.90 0.42 0 0.07 207.74 0.85 0.51
Hex 18 8A EC 5A 2A 0 7 D0 55 33
Octal 30 212 354 132 52 0 7 320 125 63
Binary 11000 10001010 11101100 1011010 101010 0 111 11010000 1010101 110011

Color Harmonies of #188AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188AEC

Black with #188AEC

Text Example


Text Example

White with #188AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,138,236); }

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

background-color css

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

 a { background-color: rgb(24,138,236); }

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

border-color css

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

 span { border-color: rgb(24,138,236); }

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