Html Css Color HEX #2779EE Dodger Blue

📋 copy color: '#2779EE'

red 39 ◦ green 121 ◦ blue 238

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

Shades of Dodger Blue #2779EE

Tints of Dodger Blue #2779EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 9.8%
G = 30.4%
B = 59.8%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2779EE (or 0x2779EE) is known color: Dodger Blue. HEX triplet: 27, 79 and EE. RGB value is (39,121,238). Sum of RGB (Red+Green+Blue) = 39+121+238=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #2779EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2779EE is #D88611. Grayscale: #6D6D6D. Windows color (decimal): -14190098 or 15628583. OLE color: 15628583.

HSL color Cylindrical-coordinate representation of color #2779EE: hue angle of 215.28º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2779EE is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 121 238 -
CMYK 0.84 0.49 0 0.07
HSL 215.28º 0.85% 0.54% -
HSV(B) 215.28º 0.84% 0.93% -
XYZ 23.11 20.28 83.59 -
YUV 109.82 200.33 77.49 -
System Red Green Blue C M Y K H S L
Decimal 39 121 238 0.84 0.49 0 0.07 215.28 0.85 0.54
Hex 27 79 EE 54 31 0 7 D7 55 36
Octal 47 171 356 124 61 0 7 327 125 66
Binary 100111 1111001 11101110 1010100 110001 0 111 11010111 1010101 110110

Color Harmonies of #2779EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779EE

Black with #2779EE

Text Example


Text Example

White with #2779EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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