Html Css Color HEX #2779FD Dodger Blue

📋 copy color: '#2779FD'

red 39 ◦ green 121 ◦ blue 253

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

Shades of Dodger Blue #2779FD

Tints of Dodger Blue #2779FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 9.44%
G = 29.3%
B = 61.26%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2779FD (or 0x2779FD) is known color: Dodger Blue. HEX triplet: 27, 79 and FD. RGB value is (39,121,253). Sum of RGB (Red+Green+Blue) = 39+121+253=413 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.44% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #2779FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2779FD is #D88602. Grayscale: #6E6E6E. Windows color (decimal): -14190083 or 16611623. OLE color: 16611623.

HSL color Cylindrical-coordinate representation of color #2779FD: hue angle of 217.01º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2779FD is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 121 253 -
CMYK 0.85 0.52 0 0.01
HSL 217.01º 0.98% 0.57% -
HSV(B) 217.01º 0.85% 0.99% -
XYZ 25.4 21.2 95.68 -
YUV 111.53 207.83 76.27 -
System Red Green Blue C M Y K H S L
Decimal 39 121 253 0.85 0.52 0 0.01 217.01 0.98 0.57
Hex 27 79 FD 55 34 0 1 D9 62 39
Octal 47 171 375 125 64 0 1 331 142 71
Binary 100111 1111001 11111101 1010101 110100 0 1 11011001 1100010 111001

Color Harmonies of #2779FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779FD

Black with #2779FD

Text Example


Text Example

White with #2779FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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