Html Css Color HEX #188DFA Dodger Blue

📋 copy color: '#188DFA'

red 24 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #188DFA

Tints of Dodger Blue #188DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.24%

R = 5.78%
G = 33.98%
B = 60.24%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#188DFA (or 0x188DFA) is known color: Dodger Blue. HEX triplet: 18, 8D and FA. RGB value is (24,141,250). Sum of RGB (Red+Green+Blue) = 24+141+250=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #188DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DFA is #E77205. Grayscale: #757575. Windows color (decimal): -15168006 or 16420120. OLE color: 16420120.

HSL color Cylindrical-coordinate representation of color #188DFA: hue angle of 208.94º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188DFA is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 141 250 -
CMYK 0.90 0.44 0 0.02
HSL 208.94º 0.96% 0.54% -
HSV(B) 208.94º 0.9% 0.98% -
XYZ 27.16 26.15 94.06 -
YUV 118.44 202.24 60.64 -
System Red Green Blue C M Y K H S L
Decimal 24 141 250 0.90 0.44 0 0.02 208.94 0.96 0.54
Hex 18 8D FA 5A 2C 0 2 D1 60 36
Octal 30 215 372 132 54 0 2 321 140 66
Binary 11000 10001101 11111010 1011010 101100 0 10 11010001 1100000 110110

Color Harmonies of #188DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DFA

Black with #188DFA

Text Example


Text Example

White with #188DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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