#2774F5

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

Shades of Dodger Blue #2774F5

Tints of Dodger Blue #2774F5

Color information

#2774F5 (or 0x2774F5) is unknown color: approx Dodger Blue. HEX triplet: 27, 74 and F5. RGB value is (39,116,245). Sum of RGB (Red+Green+Blue) = 39+116+245=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 245 (96.09% from 255 or 61.25% from 400); Max value from RGB is 245 - color contains mainly: blue. Hex color #2774F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2774F5 is #D88B0A. Grayscale: #6B6B6B. Windows color (decimal): -14191371 or 16086055. OLE color: 16086055.

HSL color Cylindrical-coordinate representation of color #2774F5: hue angle of 217.57º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2774F5 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB39116245-
CMYK0.840.5300.04
HSL217.57º91.15%55.69%-
HSV(B)217.57º84.08%96.08%-
XYZ23.5619.5188.91-
YUV107.68205.4979.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.75%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 245 (96.09% from 255) = 61.25%
R=9.75%
G=29%
B=61.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal391162450.840.5300.04217.5791.1555.69
Hex2774F5543504da5b38
Octal47164365124650433213370
Binary10011111101001111010110101001101010100110110101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2774F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2774F5; }

 p { color: rgb(39,116,245); }

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

<style>
 a { background-color: #2774F5; }

 a { background-color: rgb(39,116,245); }

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

<style>
 span { border-color: #2774F5; }

 span { border-color: rgb(39,116,245); }

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