Html Css Color HEX #2779EF Dodger Blue

📋 copy color: '#2779EF'

red 39 ◦ green 121 ◦ blue 239

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

Shades of Dodger Blue #2779EF

Tints of Dodger Blue #2779EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 9.77%
G = 30.33%
B = 59.9%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2779EF (or 0x2779EF) is known color: Dodger Blue. HEX triplet: 27, 79 and EF. RGB value is (39,121,239). Sum of RGB (Red+Green+Blue) = 39+121+239=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #2779EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2779EF is #D88610. Grayscale: #6D6D6D. Windows color (decimal): -14190097 or 15694119. OLE color: 15694119.

HSL color Cylindrical-coordinate representation of color #2779EF: hue angle of 215.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2779EF is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 121 239 -
CMYK 0.84 0.49 0 0.06
HSL 215.4º 0.86% 0.55% -
HSV(B) 215.4º 0.84% 0.94% -
XYZ 23.25 20.34 84.36 -
YUV 109.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 39 121 239 0.84 0.49 0 0.06 215.4 0.86 0.55
Hex 27 79 EF 54 31 0 6 D7 56 37
Octal 47 171 357 124 61 0 6 327 126 67
Binary 100111 1111001 11101111 1010100 110001 0 110 11010111 1010110 110111

Color Harmonies of #2779EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779EF

Black with #2779EF

Text Example


Text Example

White with #2779EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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