Html Css Color HEX #188CFB Dodger Blue

📋 copy color: '#188CFB'

red 24 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #188CFB

Tints of Dodger Blue #188CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

 BLUE value IS 251 (98.44% from 255) = 60.48%

R = 5.78%
G = 33.73%
B = 60.48%

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

#188CFB (or 0x188CFB) is known color: Dodger Blue. HEX triplet: 18, 8C and FB. RGB value is (24,140,251). Sum of RGB (Red+Green+Blue) = 24+140+251=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #188CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188CFB is #E77304. Grayscale: #757575. Windows color (decimal): -15168261 or 16485400. OLE color: 16485400.

HSL color Cylindrical-coordinate representation of color #188CFB: hue angle of 209.34º degrees, saturation: 0.97, 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 #188CFB is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 140 251 -
CMYK 0.90 0.44 0 0.02
HSL 209.34º 0.97% 0.54% -
HSV(B) 209.34º 0.9% 0.98% -
XYZ 27.17 25.92 94.84 -
YUV 117.97 203.07 60.97 -
System Red Green Blue C M Y K H S L
Decimal 24 140 251 0.90 0.44 0 0.02 209.34 0.97 0.54
Hex 18 8C FB 5A 2C 0 2 D1 61 36
Octal 30 214 373 132 54 0 2 321 141 66
Binary 11000 10001100 11111011 1011010 101100 0 10 11010001 1100001 110110

Color Harmonies of #188CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CFB

Black with #188CFB

Text Example


Text Example

White with #188CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,140,251); }

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

background-color css

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

 a { background-color: rgb(24,140,251); }

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

border-color css

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

 span { border-color: rgb(24,140,251); }

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