Html Css Color HEX #2779ED Dodger Blue

📋 copy color: '#2779ED'

red 39 ◦ green 121 ◦ blue 237

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

Shades of Dodger Blue #2779ED

Tints of Dodger Blue #2779ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 9.82%
G = 30.48%
B = 59.7%

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

#2779ED (or 0x2779ED) is known color: Dodger Blue. HEX triplet: 27, 79 and ED. RGB value is (39,121,237). Sum of RGB (Red+Green+Blue) = 39+121+237=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #2779ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2779ED is #D88612. Grayscale: #6D6D6D. Windows color (decimal): -14190099 or 15563047. OLE color: 15563047.

HSL color Cylindrical-coordinate representation of color #2779ED: hue angle of 215.15º 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 #2779ED is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 121 237 -
CMYK 0.84 0.49 0 0.07
HSL 215.15º 0.85% 0.54% -
HSV(B) 215.15º 0.84% 0.93% -
XYZ 22.96 20.22 82.81 -
YUV 109.71 199.83 77.57 -
System Red Green Blue C M Y K H S L
Decimal 39 121 237 0.84 0.49 0 0.07 215.15 0.85 0.54
Hex 27 79 ED 54 31 0 7 D7 55 36
Octal 47 171 355 124 61 0 7 327 125 66
Binary 100111 1111001 11101101 1010100 110001 0 111 11010111 1010101 110110

Color Harmonies of #2779ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779ED

Black with #2779ED

Text Example


Text Example

White with #2779ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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