Html Css Color HEX #2188EF Dodger Blue

📋 copy color: '#2188EF'

red 33 ◦ green 136 ◦ blue 239

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

Shades of Dodger Blue #2188EF

Tints of Dodger Blue #2188EF

RGB

 RED value IS 33 (13.28% from 255) = 8.09%

 GREEN value IS 136 (53.52% from 255) = 33.33%

 BLUE value IS 239 (93.75% from 255) = 58.58%

R = 8.09%
G = 33.33%
B = 58.58%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2188EF (or 0x2188EF) is known color: Dodger Blue. HEX triplet: 21, 88 and EF. RGB value is (33,136,239). Sum of RGB (Red+Green+Blue) = 33+136+239=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #2188EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2188EF is #DE7710. Grayscale: #747474. Windows color (decimal): -14579473 or 15697953. OLE color: 15697953.

HSL color Cylindrical-coordinate representation of color #2188EF: hue angle of 210º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2188EF is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 136 239 -
CMYK 0.86 0.43 0 0.06
HSL 210º 0.87% 0.53% -
HSV(B) 210º 0.86% 0.94% -
XYZ 25.01 24.16 85.01 -
YUV 116.95 196.88 68.12 -
System Red Green Blue C M Y K H S L
Decimal 33 136 239 0.86 0.43 0 0.06 210 0.87 0.53
Hex 21 88 EF 56 2B 0 6 D2 57 35
Octal 41 210 357 126 53 0 6 322 127 65
Binary 100001 10001000 11101111 1010110 101011 0 110 11010010 1010111 110101

Color Harmonies of #2188EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2188EF

Black with #2188EF

Text Example


Text Example

White with #2188EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2188EF; }

 p { color: rgb(33,136,239); }

 H1.HeaderClassName
 {
   color: #2188EF;
 }
 .AnyTagClassName
 {
   color: #2188EF;
 }
</style>

background-color css

<style>
 a { background-color: #2188EF; }

 a { background-color: rgb(33,136,239); }

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

border-color css

<style>
 span { border-color: #2188EF; }

 span { border-color: rgb(33,136,239); }

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