Html Css Color HEX #188BF3 Dodger Blue

📋 copy color: '#188BF3'

red 24 ◦ green 139 ◦ blue 243

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

Shades of Dodger Blue #188BF3

Tints of Dodger Blue #188BF3

RGB

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

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

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

R = 5.91%
G = 34.24%
B = 59.85%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#188BF3 (or 0x188BF3) is known color: Dodger Blue. HEX triplet: 18, 8B and F3. RGB value is (24,139,243). Sum of RGB (Red+Green+Blue) = 24+139+243=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #188BF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BF3 is #E7740C. Grayscale: #737373. Windows color (decimal): -15168525 or 15960856. OLE color: 15960856.

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

Color convert

RGB 24 139 243 -
CMYK 0.90 0.43 0 0.05
HSL 208.49º 0.9% 0.52% -
HSV(B) 208.49º 0.9% 0.95% -
XYZ 25.79 25.13 88.29 -
YUV 116.47 199.4 62.04 -
System Red Green Blue C M Y K H S L
Decimal 24 139 243 0.90 0.43 0 0.05 208.49 0.9 0.52
Hex 18 8B F3 5A 2B 0 5 D0 5A 34
Octal 30 213 363 132 53 0 5 320 132 64
Binary 11000 10001011 11110011 1011010 101011 0 101 11010000 1011010 110100

Color Harmonies of #188BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BF3

Black with #188BF3

Text Example


Text Example

White with #188BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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