#2688F1

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

Shades of Dodger Blue #2688F1

Tints of Dodger Blue #2688F1

Color information

#2688F1 (or 0x2688F1) is unknown color: approx Dodger Blue. HEX triplet: 26, 88 and F1. RGB value is (38,136,241). Sum of RGB (Red+Green+Blue) = 38+136+241=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #2688F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2688F1 is #D9770E. Grayscale: #767676. Windows color (decimal): -14251791 or 15829030. OLE color: 15829030.

HSL color Cylindrical-coordinate representation of color #2688F1: hue angle of 211.03º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2688F1 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB38136241-
CMYK0.840.4400.05
HSL211.03º87.88%54.71%-
HSV(B)211.03º84.23%94.51%-
XYZ25.4824.3786.58-
YUV118.67197.0370.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.16%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 241 (94.53% from 255) = 58.07%
R=9.16%
G=32.77%
B=58.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal381362410.840.4400.05211.0387.8854.71
Hex2688F1542C05d35837
Octal46210361124540532313067
Binary100110100010001111000110101001011000101110100111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2688F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2688F1; }

 p { color: rgb(38,136,241); }

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

<style>
 a { background-color: #2688F1; }

 a { background-color: rgb(38,136,241); }

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

<style>
 span { border-color: #2688F1; }

 span { border-color: rgb(38,136,241); }

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