Html Css Color HEX #188CFC Dodger Blue

📋 copy color: '#188CFC'

red 24 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #188CFC

Tints of Dodger Blue #188CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.58%

R = 5.77%
G = 33.65%
B = 60.58%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#188CFC (or 0x188CFC) is known color: Dodger Blue. HEX triplet: 18, 8C and FC. RGB value is (24,140,252). Sum of RGB (Red+Green+Blue) = 24+140+252=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #188CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188CFC is #E77303. Grayscale: #757575. Windows color (decimal): -15168260 or 16550936. OLE color: 16550936.

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

Color convert

RGB 24 140 252 -
CMYK 0.90 0.44 0 0.01
HSL 209.47º 0.97% 0.54% -
HSV(B) 209.47º 0.9% 0.99% -
XYZ 27.33 25.98 95.67 -
YUV 118.08 203.57 60.89 -
System Red Green Blue C M Y K H S L
Decimal 24 140 252 0.90 0.44 0 0.01 209.47 0.97 0.54
Hex 18 8C FC 5A 2C 0 1 D1 61 36
Octal 30 214 374 132 54 0 1 321 141 66
Binary 11000 10001100 11111100 1011010 101100 0 1 11010001 1100001 110110

Color Harmonies of #188CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CFC

Black with #188CFC

Text Example


Text Example

White with #188CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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