Html Css Color HEX #277DEE Dodger Blue

📋 copy color: '#277DEE'

red 39 ◦ green 125 ◦ blue 238

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

Shades of Dodger Blue #277DEE

Tints of Dodger Blue #277DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 9.7%
G = 31.09%
B = 59.2%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#277DEE (or 0x277DEE) is known color: Dodger Blue. HEX triplet: 27, 7D and EE. RGB value is (39,125,238). Sum of RGB (Red+Green+Blue) = 39+125+238=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #277DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277DEE is #D88211. Grayscale: #6F6F6F. Windows color (decimal): -14189074 or 15629607. OLE color: 15629607.

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

Color convert

RGB 39 125 238 -
CMYK 0.84 0.47 0 0.07
HSL 214.07º 0.85% 0.54% -
HSV(B) 214.07º 0.84% 0.93% -
XYZ 23.6 21.27 83.75 -
YUV 112.17 199.01 75.81 -
System Red Green Blue C M Y K H S L
Decimal 39 125 238 0.84 0.47 0 0.07 214.07 0.85 0.54
Hex 27 7D EE 54 2F 0 7 D6 55 36
Octal 47 175 356 124 57 0 7 326 125 66
Binary 100111 1111101 11101110 1010100 101111 0 111 11010110 1010101 110110

Color Harmonies of #277DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DEE

Black with #277DEE

Text Example


Text Example

White with #277DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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