Html Css Color HEX #277DE1 Dodger Blue

📋 copy color: '#277DE1'

red 39 ◦ green 125 ◦ blue 225

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

Shades of Dodger Blue #277DE1

Tints of Dodger Blue #277DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 10.03%
G = 32.13%
B = 57.84%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#277DE1 (or 0x277DE1) is known color: Dodger Blue. HEX triplet: 27, 7D and E1. RGB value is (39,125,225). Sum of RGB (Red+Green+Blue) = 39+125+225=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #277DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DE1 is #D8821E. Grayscale: #6E6E6E. Windows color (decimal): -14189087 or 14777639. OLE color: 14777639.

HSL color Cylindrical-coordinate representation of color #277DE1: hue angle of 212.26º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #277DE1 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 125 225 -
CMYK 0.83 0.44 0 0.12
HSL 212.26º 0.76% 0.52% -
HSV(B) 212.26º 0.83% 0.88% -
XYZ 21.76 20.53 74.05 -
YUV 110.69 192.51 76.87 -
System Red Green Blue C M Y K H S L
Decimal 39 125 225 0.83 0.44 0 0.12 212.26 0.76 0.52
Hex 27 7D E1 53 2C 0 C D4 4C 34
Octal 47 175 341 123 54 0 14 324 114 64
Binary 100111 1111101 11100001 1010011 101100 0 1100 11010100 1001100 110100

Color Harmonies of #277DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DE1

Black with #277DE1

Text Example


Text Example

White with #277DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,125,225); }

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

background-color css

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

 a { background-color: rgb(39,125,225); }

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

border-color css

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

 span { border-color: rgb(39,125,225); }

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