#277AFE

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

Shades of Dodger Blue #277AFE

Tints of Dodger Blue #277AFE

Color information

#277AFE (or 0x277AFE) is unknown color: approx Dodger Blue. HEX triplet: 27, 7A and FE. RGB value is (39,122,254). Sum of RGB (Red+Green+Blue) = 39+122+254=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #277AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277AFE is #D88501. Grayscale: #6F6F6F. Windows color (decimal): -14189826 or 16677415. OLE color: 16677415.

HSL color Cylindrical-coordinate representation of color #277AFE: hue angle of 216.84º 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 #277AFE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB39122254-
CMYK0.850.5200.00
HSL216.84º99.08%57.45%-
HSV(B)216.84º84.65%99.61%-
XYZ25.6921.5196.56-
YUV112.2320875.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.40%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 254 (99.61% from 255) = 61.20%
R=9.40%
G=29.40%
B=61.20%

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
Decimal391222540.850.5200.00216.8499.0857.45
Hex277AFE553400d96339
Octal47172376125640033114371
Binary100111111101011111110101010111010000110110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277AFE; }

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

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

<style>
 a { background-color: #277AFE; }

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

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

<style>
 span { border-color: #277AFE; }

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

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