#2779FE

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

Shades of Dodger Blue #2779FE

Tints of Dodger Blue #2779FE

Color information

#2779FE (or 0x2779FE) is unknown color: approx Dodger Blue. HEX triplet: 27, 79 and FE. RGB value is (39,121,254). Sum of RGB (Red+Green+Blue) = 39+121+254=414 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.42% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #2779FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2779FE is #D88601. Grayscale: #6F6F6F. Windows color (decimal): -14190082 or 16677159. OLE color: 16677159.

HSL color Cylindrical-coordinate representation of color #2779FE: hue angle of 217.12º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2779FE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB39121254-
CMYK0.850.5200.00
HSL217.12º99.08%57.45%-
HSV(B)217.12º84.65%99.61%-
XYZ25.5621.2696.52-
YUV111.64208.3376.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.42%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 254 (99.61% from 255) = 61.35%
R=9.42%
G=29.23%
B=61.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal391212540.850.5200.00217.1299.0857.45
Hex2779FE553400d96339
Octal47171376125640033114371
Binary100111111100111111110101010111010000110110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2779FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2779FE; }

 p { color: rgb(39,121,254); }

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

<style>
 a { background-color: #2779FE; }

 a { background-color: rgb(39,121,254); }

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

<style>
 span { border-color: #2779FE; }

 span { border-color: rgb(39,121,254); }

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