Html Css Color HEX #277DE2 Dodger Blue

📋 copy color: '#277DE2'

red 39 ◦ green 125 ◦ blue 226

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

Shades of Dodger Blue #277DE2

Tints of Dodger Blue #277DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 57.95%

R = 10%
G = 32.05%
B = 57.95%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#277DE2 (or 0x277DE2) is known color: Dodger Blue. HEX triplet: 27, 7D and E2. RGB value is (39,125,226). Sum of RGB (Red+Green+Blue) = 39+125+226=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #277DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DE2 is #D8821D. Grayscale: #6E6E6E. Windows color (decimal): -14189086 or 14843175. OLE color: 14843175.

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

Color convert

RGB 39 125 226 -
CMYK 0.83 0.45 0 0.11
HSL 212.41º 0.76% 0.52% -
HSV(B) 212.41º 0.83% 0.89% -
XYZ 21.9 20.59 74.77 -
YUV 110.8 193.01 76.79 -
System Red Green Blue C M Y K H S L
Decimal 39 125 226 0.83 0.45 0 0.11 212.41 0.76 0.52
Hex 27 7D E2 53 2D 0 B D4 4C 34
Octal 47 175 342 123 55 0 13 324 114 64
Binary 100111 1111101 11100010 1010011 101101 0 1011 11010100 1001100 110100

Color Harmonies of #277DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DE2

Black with #277DE2

Text Example


Text Example

White with #277DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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