Html Css Color HEX #188BFB Dodger Blue

📋 copy color: '#188BFB'

red 24 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #188BFB

Tints of Dodger Blue #188BFB

RGB

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

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

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

R = 5.8%
G = 33.57%
B = 60.63%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#188BFB (or 0x188BFB) is known color: Dodger Blue. HEX triplet: 18, 8B and FB. RGB value is (24,139,251). Sum of RGB (Red+Green+Blue) = 24+139+251=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #188BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BFB is #E77404. Grayscale: #747474. Windows color (decimal): -15168517 or 16485144. OLE color: 16485144.

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

Color convert

RGB 24 139 251 -
CMYK 0.90 0.45 0 0.02
HSL 209.6º 0.97% 0.54% -
HSV(B) 209.6º 0.9% 0.98% -
XYZ 27.02 25.62 94.79 -
YUV 117.38 203.4 61.39 -
System Red Green Blue C M Y K H S L
Decimal 24 139 251 0.90 0.45 0 0.02 209.6 0.97 0.54
Hex 18 8B FB 5A 2D 0 2 D2 61 36
Octal 30 213 373 132 55 0 2 322 141 66
Binary 11000 10001011 11111011 1011010 101101 0 10 11010010 1100001 110110

Color Harmonies of #188BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BFB

Black with #188BFB

Text Example


Text Example

White with #188BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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