#2675F4

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

Shades of Dodger Blue #2675F4

Tints of Dodger Blue #2675F4

Color information

#2675F4 (or 0x2675F4) is unknown color: approx Dodger Blue. HEX triplet: 26, 75 and F4. RGB value is (38,117,244). Sum of RGB (Red+Green+Blue) = 38+117+244=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 244 (95.70% from 255 or 61.15% from 399); Max value from RGB is 244 - color contains mainly: blue. Hex color #2675F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2675F4 is #D98A0B. Grayscale: #6B6B6B. Windows color (decimal): -14256652 or 16020774. OLE color: 16020774.

HSL color Cylindrical-coordinate representation of color #2675F4: hue angle of 216.99º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2675F4 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB38117244-
CMYK0.840.5200.04
HSL216.99º90.35%55.29%-
HSV(B)216.99º84.43%95.69%-
XYZ23.4919.6788.15-
YUV107.86204.8378.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.52%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 244 (95.70% from 255) = 61.15%
R=9.52%
G=29.32%
B=61.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal381172440.840.5200.04216.9990.3555.29
Hex2675F4543404d95a37
Octal46165364124640433113267
Binary10011011101011111010010101001101000100110110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2675F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2675F4; }

 p { color: rgb(38,117,244); }

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

<style>
 a { background-color: #2675F4; }

 a { background-color: rgb(38,117,244); }

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

<style>
 span { border-color: #2675F4; }

 span { border-color: rgb(38,117,244); }

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