Html Css Color HEX #188BDF Dodger Blue

📋 copy color: '#188BDF'

red 24 ◦ green 139 ◦ blue 223

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

Shades of Dodger Blue #188BDF

Tints of Dodger Blue #188BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 6.22%
G = 36.01%
B = 57.77%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#188BDF (or 0x188BDF) is known color: Dodger Blue. HEX triplet: 18, 8B and DF. RGB value is (24,139,223). Sum of RGB (Red+Green+Blue) = 24+139+223=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #188BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BDF is #E77420. Grayscale: #717171. Windows color (decimal): -15168545 or 14650136. OLE color: 14650136.

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

Color convert

RGB 24 139 223 -
CMYK 0.89 0.38 0 0.13
HSL 205.33º 0.81% 0.48% -
HSV(B) 205.33º 0.89% 0.87% -
XYZ 22.93 23.99 73.23 -
YUV 114.19 189.4 63.67 -
System Red Green Blue C M Y K H S L
Decimal 24 139 223 0.89 0.38 0 0.13 205.33 0.81 0.48
Hex 18 8B DF 59 26 0 D CD 51 30
Octal 30 213 337 131 46 0 15 315 121 60
Binary 11000 10001011 11011111 1011001 100110 0 1101 11001101 1010001 110000

Color Harmonies of #188BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BDF

Black with #188BDF

Text Example


Text Example

White with #188BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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