#2695EB

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

Shades of Dodger Blue #2695EB

Tints of Dodger Blue #2695EB

Color information

#2695EB (or 0x2695EB) is unknown color: approx Dodger Blue. HEX triplet: 26, 95 and EB. RGB value is (38,149,235). Sum of RGB (Red+Green+Blue) = 38+149+235=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #2695EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2695EB is #D96A14. Grayscale: #7D7D7D. Windows color (decimal): -14248469 or 15439142. OLE color: 15439142.

HSL color Cylindrical-coordinate representation of color #2695EB: hue angle of 206.19º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2695EB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB38149235-
CMYK0.840.3700.08
HSL206.19º83.12%53.53%-
HSV(B)206.19º83.83%92.16%-
XYZ26.5427.9182.58-
YUV125.62189.7365.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.00%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 235 (92.19% from 255) = 55.69%
R=9.00%
G=35.31%
B=55.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal381492350.840.3700.08206.1983.1253.53
Hex2695EB542508ce5336
Octal462253531244501031612366
Binary1001101001010111101011101010010010101000110011101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2695EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2695EB; }

 p { color: rgb(38,149,235); }

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

<style>
 a { background-color: #2695EB; }

 a { background-color: rgb(38,149,235); }

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

<style>
 span { border-color: #2695EB; }

 span { border-color: rgb(38,149,235); }

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