Html Css Color HEX #188FFD Dodger Blue

📋 copy color: '#188FFD'

red 24 ◦ green 143 ◦ blue 253

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

Shades of Dodger Blue #188FFD

Tints of Dodger Blue #188FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 5.71%
G = 34.05%
B = 60.24%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#188FFD (or 0x188FFD) is known color: Dodger Blue. HEX triplet: 18, 8F and FD. RGB value is (24,143,253). Sum of RGB (Red+Green+Blue) = 24+143+253=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #188FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188FFD is #E77002. Grayscale: #777777. Windows color (decimal): -15167491 or 16617240. OLE color: 16617240.

HSL color Cylindrical-coordinate representation of color #188FFD: hue angle of 208.82º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #188FFD is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 143 253 -
CMYK 0.91 0.43 0 0.01
HSL 208.82º 0.98% 0.54% -
HSV(B) 208.82º 0.91% 0.99% -
XYZ 27.93 26.93 96.65 -
YUV 119.96 203.08 59.56 -
System Red Green Blue C M Y K H S L
Decimal 24 143 253 0.91 0.43 0 0.01 208.82 0.98 0.54
Hex 18 8F FD 5B 2B 0 1 D1 62 36
Octal 30 217 375 133 53 0 1 321 142 66
Binary 11000 10001111 11111101 1011011 101011 0 1 11010001 1100010 110110

Color Harmonies of #188FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FFD

Black with #188FFD

Text Example


Text Example

White with #188FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,143,253); }

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

background-color css

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

 a { background-color: rgb(24,143,253); }

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

border-color css

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

 span { border-color: rgb(24,143,253); }

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