Html Css Color HEX #2B80EF Dodger Blue

📋 copy color: '#2B80EF'

red 43 ◦ green 128 ◦ blue 239

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

Shades of Dodger Blue #2B80EF

Tints of Dodger Blue #2B80EF

RGB

 RED value IS 43 (17.19% from 255) = 10.49%

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

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

R = 10.49%
G = 31.22%
B = 58.29%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2B80EF (or 0x2B80EF) is known color: Dodger Blue. HEX triplet: 2B, 80 and EF. RGB value is (43,128,239). Sum of RGB (Red+Green+Blue) = 43+128+239=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B80EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B80EF is #D47F10. Grayscale: #727272. Windows color (decimal): -13926161 or 15695915. OLE color: 15695915.

HSL color Cylindrical-coordinate representation of color #2B80EF: hue angle of 213.98º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B80EF is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 128 239 -
CMYK 0.82 0.46 0 0.06
HSL 213.98º 0.86% 0.55% -
HSV(B) 213.98º 0.82% 0.94% -
XYZ 24.3 22.18 84.66 -
YUV 115.24 197.84 76.47 -
System Red Green Blue C M Y K H S L
Decimal 43 128 239 0.82 0.46 0 0.06 213.98 0.86 0.55
Hex 2B 80 EF 52 2E 0 6 D6 56 37
Octal 53 200 357 122 56 0 6 326 126 67
Binary 101011 10000000 11101111 1010010 101110 0 110 11010110 1010110 110111

Color Harmonies of #2B80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B80EF

Black with #2B80EF

Text Example


Text Example

White with #2B80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B80EF; }

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

 H1.HeaderClassName
 {
   color: #2B80EF;
 }
 .AnyTagClassName
 {
   color: #2B80EF;
 }
</style>

background-color css

<style>
 a { background-color: #2B80EF; }

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

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

border-color css

<style>
 span { border-color: #2B80EF; }

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

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