Html Css Color HEX #277FEC Dodger Blue

📋 copy color: '#277FEC'

red 39 ◦ green 127 ◦ blue 236

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

Shades of Dodger Blue #277FEC

Tints of Dodger Blue #277FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 9.7%
G = 31.59%
B = 58.71%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#277FEC (or 0x277FEC) is known color: Dodger Blue. HEX triplet: 27, 7F and EC. RGB value is (39,127,236). Sum of RGB (Red+Green+Blue) = 39+127+236=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #277FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277FEC is #D88013. Grayscale: #707070. Windows color (decimal): -14188564 or 15499047. OLE color: 15499047.

HSL color Cylindrical-coordinate representation of color #277FEC: hue angle of 213.2º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277FEC is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 127 236 -
CMYK 0.83 0.46 0 0.07
HSL 213.2º 0.84% 0.54% -
HSV(B) 213.2º 0.83% 0.93% -
XYZ 23.57 21.67 82.3 -
YUV 113.11 197.35 75.14 -
System Red Green Blue C M Y K H S L
Decimal 39 127 236 0.83 0.46 0 0.07 213.2 0.84 0.54
Hex 27 7F EC 53 2E 0 7 D5 54 36
Octal 47 177 354 123 56 0 7 325 124 66
Binary 100111 1111111 11101100 1010011 101110 0 111 11010101 1010100 110110

Color Harmonies of #277FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FEC

Black with #277FEC

Text Example


Text Example

White with #277FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,127,236); }

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

background-color css

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

 a { background-color: rgb(39,127,236); }

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

border-color css

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

 span { border-color: rgb(39,127,236); }

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