#2b83e0

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

Shades of Dodger Blue #2B83E0

Tints of Dodger Blue #2B83E0

Color information

#2B83E0 (or 0x2B83E0) is unknown color: approx Dodger Blue. HEX triplet: 2B, 83 and E0. RGB value is (43,131,224). Sum of RGB (Red+Green+Blue) = 43+131+224=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #2B83E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B83E0 is #D47C1F. Grayscale: #727272. Windows color (decimal): -13925408 or 14713643. OLE color: 14713643.

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

Color convert

RGB43131224-
CMYK0.810.4200.12
HSL210.83º74.49%52.35%-
HSV(B)210.83º80.8%87.84%-
XYZ22.5722.1373.6-
YUV115.29189.3576.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.80%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 224 (87.89% from 255) = 56.28%
R=10.80%
G=32.91%
B=56.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal431312240.810.4200.12210.8374.4952.35
Hex2B83E0512A0Cd34a34
Octal532033401215201432311264
Binary1010111000001111100000101000110101001100110100111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b83e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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