Html Css Color HEX #277FFF Dodger Blue

📋 copy color: '#277FFF'

red 39 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #277FFF

Tints of Dodger Blue #277FFF

RGB

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

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

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

R = 9.26%
G = 30.17%
B = 60.57%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#277FFF (or 0x277FFF) is known color: Dodger Blue. HEX triplet: 27, 7F and FF. RGB value is (39,127,255). Sum of RGB (Red+Green+Blue) = 39+127+255=421 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.26% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #277FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277FFF is #D88000. Grayscale: #727272. Windows color (decimal): -14188545 or 16744231. OLE color: 16744231.

HSL color Cylindrical-coordinate representation of color #277FFF: hue angle of 215.56º 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 #277FFF is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 39 127 255 -
CMYK 0.85 0.50 0 0
HSL 215.56º 1% 0.58% -
HSV(B) 215.56º 0.85% 1% -
XYZ 26.48 22.83 97.62 -
YUV 115.28 206.85 73.59 -
System Red Green Blue C M Y K H S L
Decimal 39 127 255 0.85 0.50 0 0 215.56 1 0.58
Hex 27 7F FF 55 32 0 0 D8 64 3A
Octal 47 177 377 125 62 0 0 330 144 72
Binary 100111 1111111 11111111 1010101 110010 0 0 11011000 1100100 111010

Color Harmonies of #277FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FFF

Black with #277FFF

Text Example


Text Example

White with #277FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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