Html Css Color HEX #277EF1 Dodger Blue

📋 copy color: '#277EF1'

red 39 ◦ green 126 ◦ blue 241

#277EF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #277EF1

Tints of Dodger Blue #277EF1

RGB

 RED value IS 39 (15.63% from 255) = 9.61%

 GREEN value IS 126 (49.61% from 255) = 31.03%

 BLUE value IS 241 (94.53% from 255) = 59.36%

R = 9.61%
G = 31.03%
B = 59.36%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#277EF1 (or 0x277EF1) is known color: Dodger Blue. HEX triplet: 27, 7E and F1. RGB value is (39,126,241). Sum of RGB (Red+Green+Blue) = 39+126+241=406 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.61% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #277EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277EF1 is #D8810E. Grayscale: #707070. Windows color (decimal): -14188815 or 15826471. OLE color: 15826471.

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

Color convert

RGB 39 126 241 -
CMYK 0.84 0.48 0 0.05
HSL 214.16º 0.88% 0.55% -
HSV(B) 214.16º 0.84% 0.95% -
XYZ 24.17 21.7 86.13 -
YUV 113.1 200.18 75.15 -
System Red Green Blue C M Y K H S L
Decimal 39 126 241 0.84 0.48 0 0.05 214.16 0.88 0.55
Hex 27 7E F1 54 30 0 5 D6 58 37
Octal 47 176 361 124 60 0 5 326 130 67
Binary 100111 1111110 11110001 1010100 110000 0 101 11010110 1011000 110111

Color Harmonies of #277EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277EF1

Black with #277EF1

Text Example


Text Example

White with #277EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #277EF1;
 }
 .AnyTagClassName
 {
   color: #277EF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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