Html Css Color HEX #2771FF Dodger Blue

📋 copy color: '#2771FF'

red 39 ◦ green 113 ◦ blue 255

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

Shades of Dodger Blue #2771FF

Tints of Dodger Blue #2771FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

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

R = 9.58%
G = 27.76%
B = 62.65%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2771FF (or 0x2771FF) is known color: Dodger Blue. HEX triplet: 27, 71 and FF. RGB value is (39,113,255). Sum of RGB (Red+Green+Blue) = 39+113+255=407 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.58% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2771FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2771FF is #D88E00. Grayscale: #6A6A6A. Windows color (decimal): -14192129 or 16740647. OLE color: 16740647.

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

Color convert

RGB 39 113 255 -
CMYK 0.85 0.56 0 0
HSL 219.44º 1% 0.58% -
HSV(B) 219.44º 0.85% 1% -
XYZ 24.79 19.46 97.06 -
YUV 107.06 211.48 79.45 -
System Red Green Blue C M Y K H S L
Decimal 39 113 255 0.85 0.56 0 0 219.44 1 0.58
Hex 27 71 FF 55 38 0 0 DB 64 3A
Octal 47 161 377 125 70 0 0 333 144 72
Binary 100111 1110001 11111111 1010101 111000 0 0 11011011 1100100 111010

Color Harmonies of #2771FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2771FF

Black with #2771FF

Text Example


Text Example

White with #2771FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2771FF; }

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

 H1.HeaderClassName
 {
   color: #2771FF;
 }
 .AnyTagClassName
 {
   color: #2771FF;
 }
</style>

background-color css

<style>
 a { background-color: #2771FF; }

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

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

border-color css

<style>
 span { border-color: #2771FF; }

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

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