Html Css Color HEX #188AFF Dodger Blue

📋 copy color: '#188AFF'

red 24 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #188AFF

Tints of Dodger Blue #188AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 255 (100% from 255) = 61.15%

R = 5.76%
G = 33.09%
B = 61.15%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#188AFF (or 0x188AFF) is known color: Dodger Blue. HEX triplet: 18, 8A and FF. RGB value is (24,138,255). Sum of RGB (Red+Green+Blue) = 24+138+255=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #188AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188AFF is #E77500. Grayscale: #747474. Windows color (decimal): -15168769 or 16747032. OLE color: 16747032.

HSL color Cylindrical-coordinate representation of color #188AFF: hue angle of 210.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #188AFF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 138 255 -
CMYK 0.91 0.46 0 0
HSL 210.39º 1% 0.55% -
HSV(B) 210.39º 0.91% 1% -
XYZ 27.52 25.59 98.1 -
YUV 117.25 205.73 61.49 -
System Red Green Blue C M Y K H S L
Decimal 24 138 255 0.91 0.46 0 0 210.39 1 0.55
Hex 18 8A FF 5B 2E 0 0 D2 64 37
Octal 30 212 377 133 56 0 0 322 144 67
Binary 11000 10001010 11111111 1011011 101110 0 0 11010010 1100100 110111

Color Harmonies of #188AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188AFF

Black with #188AFF

Text Example


Text Example

White with #188AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,138,255); }

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

background-color css

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

 a { background-color: rgb(24,138,255); }

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

border-color css

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

 span { border-color: rgb(24,138,255); }

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