Html Css Color HEX #188DFF Dodger Blue

📋 copy color: '#188DFF'

red 24 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #188DFF

Tints of Dodger Blue #188DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 255 (100% from 255) = 60.71%

R = 5.71%
G = 33.57%
B = 60.71%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#188DFF (or 0x188DFF) is known color: Dodger Blue. HEX triplet: 18, 8D and FF. RGB value is (24,141,255). Sum of RGB (Red+Green+Blue) = 24+141+255=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #188DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DFF is #E77200. Grayscale: #767676. Windows color (decimal): -15168001 or 16747800. OLE color: 16747800.

HSL color Cylindrical-coordinate representation of color #188DFF: hue angle of 209.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #188DFF is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 141 255 -
CMYK 0.91 0.45 0 0
HSL 209.61º 1% 0.55% -
HSV(B) 209.61º 0.91% 1% -
XYZ 27.95 26.46 98.24 -
YUV 119.01 204.74 60.23 -
System Red Green Blue C M Y K H S L
Decimal 24 141 255 0.91 0.45 0 0 209.61 1 0.55
Hex 18 8D FF 5B 2D 0 0 D2 64 37
Octal 30 215 377 133 55 0 0 322 144 67
Binary 11000 10001101 11111111 1011011 101101 0 0 11010010 1100100 110111

Color Harmonies of #188DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DFF

Black with #188DFF

Text Example


Text Example

White with #188DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,141,255); }

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

background-color css

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

 a { background-color: rgb(24,141,255); }

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

border-color css

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

 span { border-color: rgb(24,141,255); }

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