#277CF1

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

Shades of Dodger Blue #277CF1

Tints of Dodger Blue #277CF1

Color information

#277CF1 (or 0x277CF1) is unknown color: approx Dodger Blue. HEX triplet: 27, 7C and F1. RGB value is (39,124,241). Sum of RGB (Red+Green+Blue) = 39+124+241=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #277CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277CF1 is #D8830E. Grayscale: #6F6F6F. Windows color (decimal): -14189327 or 15825959. OLE color: 15825959.

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

Color convert

RGB39124241-
CMYK0.840.4900.05
HSL214.75º87.83%54.9%-
HSV(B)214.75º83.82%94.51%-
XYZ23.9221.286.05-
YUV111.92200.8475.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.65%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 241 (94.53% from 255) = 59.65%
R=9.65%
G=30.69%
B=59.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal391242410.840.4900.05214.7587.8354.9
Hex277CF1543105d75837
Octal47174361124610532713067
Binary10011111111001111000110101001100010101110101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,124,241); }

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

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

 a { background-color: rgb(39,124,241); }

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

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

 span { border-color: rgb(39,124,241); }

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