#2690F1

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

Shades of Dodger Blue #2690F1

Tints of Dodger Blue #2690F1

Color information

#2690F1 (or 0x2690F1) is unknown color: approx Dodger Blue. HEX triplet: 26, 90 and F1. RGB value is (38,144,241). Sum of RGB (Red+Green+Blue) = 38+144+241=423 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.98% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #2690F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2690F1 is #D96F0E. Grayscale: #7A7A7A. Windows color (decimal): -14249743 or 15831078. OLE color: 15831078.

HSL color Cylindrical-coordinate representation of color #2690F1: hue angle of 208.67º 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 #2690F1 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB38144241-
CMYK0.840.4000.05
HSL208.67º87.88%54.71%-
HSV(B)208.67º84.23%94.51%-
XYZ26.6526.7186.97-
YUV123.36194.3867.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.98%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 241 (94.53% from 255) = 56.97%
R=8.98%
G=34.04%
B=56.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal381442410.840.4000.05208.6787.8854.71
Hex2690F1542805d15837
Octal46220361124500532113067
Binary100110100100001111000110101001010000101110100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2690F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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