#2b83df

Color #2B83DF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2B83DF

Tints of Dodger Blue #2B83DF

Color information

#2B83DF (or 0x2B83DF) is unknown color: approx Dodger Blue. HEX triplet: 2B, 83 and DF. RGB value is (43,131,223). Sum of RGB (Red+Green+Blue) = 43+131+223=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B83DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B83DF is #D47C20. Grayscale: #727272. Windows color (decimal): -13925409 or 14648107. OLE color: 14648107.

HSL color Cylindrical-coordinate representation of color #2B83DF: hue angle of 210.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B83DF is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB43131223-
CMYK0.810.4100.13
HSL210.67º73.77%52.16%-
HSV(B)210.67º80.72%87.45%-
XYZ22.4322.0772.89-
YUV115.18188.8576.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.83%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 223 (87.5% from 255) = 56.17%
R=10.83%
G=33.00%
B=56.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal431312230.810.4100.13210.6773.7752.16
Hex2B83DF51290Dd34a34
Octal532033371215101532311264
Binary1010111000001111011111101000110100101101110100111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b83df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,131,223); }

 H1.HeaderClassName
 {
   color: #2b83df;
 }
 .AnyTagClassName
 {
   color: #2b83df;
 }
</style>
background-color css

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

 a { background-color: rgb(43,131,223); }

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

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

 span { border-color: rgb(43,131,223); }

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