Html Css Color HEX #188DF3 Dodger Blue

📋 copy color: '#188DF3'

red 24 ◦ green 141 ◦ blue 243

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

Shades of Dodger Blue #188DF3

Tints of Dodger Blue #188DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 59.56%

R = 5.88%
G = 34.56%
B = 59.56%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#188DF3 (or 0x188DF3) is known color: Dodger Blue. HEX triplet: 18, 8D and F3. RGB value is (24,141,243). Sum of RGB (Red+Green+Blue) = 24+141+243=408 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.88% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 243 (95.31% from 255 or 59.56% from 408); Max value from RGB is 243 - color contains mainly: blue. Hex color #188DF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188DF3 is #E7720C. Grayscale: #757575. Windows color (decimal): -15168013 or 15961368. OLE color: 15961368.

HSL color Cylindrical-coordinate representation of color #188DF3: hue angle of 207.95º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188DF3 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 141 243 -
CMYK 0.90 0.42 0 0.05
HSL 207.95º 0.9% 0.52% -
HSV(B) 207.95º 0.9% 0.95% -
XYZ 26.08 25.72 88.38 -
YUV 117.65 198.74 61.21 -
System Red Green Blue C M Y K H S L
Decimal 24 141 243 0.90 0.42 0 0.05 207.95 0.9 0.52
Hex 18 8D F3 5A 2A 0 5 D0 5A 34
Octal 30 215 363 132 52 0 5 320 132 64
Binary 11000 10001101 11110011 1011010 101010 0 101 11010000 1011010 110100

Color Harmonies of #188DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DF3

Black with #188DF3

Text Example


Text Example

White with #188DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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