Html Css Color HEX #2776FF Dodger Blue

📋 copy color: '#2776FF'

red 39 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #2776FF

Tints of Dodger Blue #2776FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.64%

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

R = 9.47%
G = 28.64%
B = 61.89%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2776FF (or 0x2776FF) is known color: Dodger Blue. HEX triplet: 27, 76 and FF. RGB value is (39,118,255). Sum of RGB (Red+Green+Blue) = 39+118+255=412 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.47% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #2776FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2776FF is #D88900. Grayscale: #6D6D6D. Windows color (decimal): -14190849 or 16741927. OLE color: 16741927.

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

Color convert

RGB 39 118 255 -
CMYK 0.85 0.54 0 0
HSL 218.06º 1% 0.58% -
HSV(B) 218.06º 0.85% 1% -
XYZ 25.37 20.61 97.25 -
YUV 110 209.83 77.36 -
System Red Green Blue C M Y K H S L
Decimal 39 118 255 0.85 0.54 0 0 218.06 1 0.58
Hex 27 76 FF 55 36 0 0 DA 64 3A
Octal 47 166 377 125 66 0 0 332 144 72
Binary 100111 1110110 11111111 1010101 110110 0 0 11011010 1100100 111010

Color Harmonies of #2776FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2776FF

Black with #2776FF

Text Example


Text Example

White with #2776FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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