Html Css Color HEX #2779FF Dodger Blue

📋 copy color: '#2779FF'

red 39 ◦ green 121 ◦ blue 255

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

Shades of Dodger Blue #2779FF

Tints of Dodger Blue #2779FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.16%

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

R = 9.4%
G = 29.16%
B = 61.45%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2779FF (or 0x2779FF) is known color: Dodger Blue. HEX triplet: 27, 79 and FF. RGB value is (39,121,255). Sum of RGB (Red+Green+Blue) = 39+121+255=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #2779FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2779FF is #D88600. Grayscale: #6F6F6F. Windows color (decimal): -14190081 or 16742695. OLE color: 16742695.

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

Color convert

RGB 39 121 255 -
CMYK 0.85 0.53 0 0
HSL 217.22º 1% 0.58% -
HSV(B) 217.22º 0.85% 1% -
XYZ 25.72 21.33 97.37 -
YUV 111.76 208.83 76.1 -
System Red Green Blue C M Y K H S L
Decimal 39 121 255 0.85 0.53 0 0 217.22 1 0.58
Hex 27 79 FF 55 35 0 0 D9 64 3A
Octal 47 171 377 125 65 0 0 331 144 72
Binary 100111 1111001 11111111 1010101 110101 0 0 11011001 1100100 111010

Color Harmonies of #2779FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779FF

Black with #2779FF

Text Example


Text Example

White with #2779FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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