Html Css Color HEX #2180EF Dodger Blue

📋 copy color: '#2180EF'

red 33 ◦ green 128 ◦ blue 239

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

Shades of Dodger Blue #2180EF

Tints of Dodger Blue #2180EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 8.25%
G = 32%
B = 59.75%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2180EF (or 0x2180EF) is known color: Dodger Blue. HEX triplet: 21, 80 and EF. RGB value is (33,128,239). Sum of RGB (Red+Green+Blue) = 33+128+239=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #2180EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2180EF is #DE7F10. Grayscale: #6F6F6F. Windows color (decimal): -14581521 or 15695905. OLE color: 15695905.

HSL color Cylindrical-coordinate representation of color #2180EF: hue angle of 212.33º 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 #2180EF is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 128 239 -
CMYK 0.86 0.46 0 0.06
HSL 212.33º 0.87% 0.53% -
HSV(B) 212.33º 0.86% 0.94% -
XYZ 23.93 21.99 84.65 -
YUV 112.25 199.53 71.47 -
System Red Green Blue C M Y K H S L
Decimal 33 128 239 0.86 0.46 0 0.06 212.33 0.87 0.53
Hex 21 80 EF 56 2E 0 6 D4 57 35
Octal 41 200 357 126 56 0 6 324 127 65
Binary 100001 10000000 11101111 1010110 101110 0 110 11010100 1010111 110101

Color Harmonies of #2180EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2180EF

Black with #2180EF

Text Example


Text Example

White with #2180EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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