#2B95E8

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

Shades of Dodger Blue #2B95E8

Tints of Dodger Blue #2B95E8

Color information

#2B95E8 (or 0x2B95E8) is unknown color: approx Dodger Blue. HEX triplet: 2B, 95 and E8. RGB value is (43,149,232). Sum of RGB (Red+Green+Blue) = 43+149+232=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #2B95E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B95E8 is #D46A17. Grayscale: #7E7E7E. Windows color (decimal): -13920792 or 15242539. OLE color: 15242539.

HSL color Cylindrical-coordinate representation of color #2B95E8: hue angle of 206.35º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B95E8 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB43149232-
CMYK0.810.3600.09
HSL206.35º80.43%53.92%-
HSV(B)206.35º81.47%90.98%-
XYZ26.3127.8380.33-
YUV126.77187.3868.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.14%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 232 (91.02% from 255) = 54.72%
R=10.14%
G=35.14%
B=54.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal431492320.810.3600.09206.3580.4353.92
Hex2B95E8512409ce5036
Octal532253501214401131612066
Binary1010111001010111101000101000110010001001110011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B95E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,149,232); }

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

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

 a { background-color: rgb(43,149,232); }

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

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

 span { border-color: rgb(43,149,232); }

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