Html Css Color HEX #2188FA Dodger Blue

📋 copy color: '#2188FA'

red 33 ◦ green 136 ◦ blue 250

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

Shades of Dodger Blue #2188FA

Tints of Dodger Blue #2188FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.67%

R = 7.88%
G = 32.46%
B = 59.67%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2188FA (or 0x2188FA) is known color: Dodger Blue. HEX triplet: 21, 88 and FA. RGB value is (33,136,250). Sum of RGB (Red+Green+Blue) = 33+136+250=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #2188FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2188FA is #DE7705. Grayscale: #757575. Windows color (decimal): -14579462 or 16418849. OLE color: 16418849.

HSL color Cylindrical-coordinate representation of color #2188FA: hue angle of 211.52º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2188FA is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 136 250 -
CMYK 0.87 0.46 0 0.02
HSL 211.52º 0.96% 0.55% -
HSV(B) 211.52º 0.87% 0.98% -
XYZ 26.69 24.83 93.83 -
YUV 118.2 202.38 67.23 -
System Red Green Blue C M Y K H S L
Decimal 33 136 250 0.87 0.46 0 0.02 211.52 0.96 0.55
Hex 21 88 FA 57 2E 0 2 D4 60 37
Octal 41 210 372 127 56 0 2 324 140 67
Binary 100001 10001000 11111010 1010111 101110 0 10 11010100 1100000 110111

Color Harmonies of #2188FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2188FA

Black with #2188FA

Text Example


Text Example

White with #2188FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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