Html Css Color HEX #277DFF Dodger Blue

📋 copy color: '#277DFF'

red 39 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #277DFF

Tints of Dodger Blue #277DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 9.31%
G = 29.83%
B = 60.86%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#277DFF (or 0x277DFF) is known color: Dodger Blue. HEX triplet: 27, 7D and FF. RGB value is (39,125,255). Sum of RGB (Red+Green+Blue) = 39+125+255=419 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.31% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #277DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277DFF is #D88200. Grayscale: #717171. Windows color (decimal): -14189057 or 16743719. OLE color: 16743719.

HSL color Cylindrical-coordinate representation of color #277DFF: hue angle of 216.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #277DFF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 39 125 255 -
CMYK 0.85 0.51 0 0
HSL 216.11º 1% 0.58% -
HSV(B) 216.11º 0.85% 1% -
XYZ 26.22 22.32 97.53 -
YUV 114.11 207.51 74.43 -
System Red Green Blue C M Y K H S L
Decimal 39 125 255 0.85 0.51 0 0 216.11 1 0.58
Hex 27 7D FF 55 33 0 0 D8 64 3A
Octal 47 175 377 125 63 0 0 330 144 72
Binary 100111 1111101 11111111 1010101 110011 0 0 11011000 1100100 111010

Color Harmonies of #277DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DFF

Black with #277DFF

Text Example


Text Example

White with #277DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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