Html Css Color HEX #2779FB Dodger Blue

📋 copy color: '#2779FB'

red 39 ◦ green 121 ◦ blue 251

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

Shades of Dodger Blue #2779FB

Tints of Dodger Blue #2779FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 9.49%
G = 29.44%
B = 61.07%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2779FB (or 0x2779FB) is known color: Dodger Blue. HEX triplet: 27, 79 and FB. RGB value is (39,121,251). Sum of RGB (Red+Green+Blue) = 39+121+251=411 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.49% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #2779FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2779FB is #D88604. Grayscale: #6E6E6E. Windows color (decimal): -14190085 or 16480551. OLE color: 16480551.

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

Color convert

RGB 39 121 251 -
CMYK 0.84 0.52 0 0.02
HSL 216.79º 0.96% 0.57% -
HSV(B) 216.79º 0.84% 0.98% -
XYZ 25.09 21.07 94.01 -
YUV 111.3 206.83 76.43 -
System Red Green Blue C M Y K H S L
Decimal 39 121 251 0.84 0.52 0 0.02 216.79 0.96 0.57
Hex 27 79 FB 54 34 0 2 D9 60 39
Octal 47 171 373 124 64 0 2 331 140 71
Binary 100111 1111001 11111011 1010100 110100 0 10 11011001 1100000 111001

Color Harmonies of #2779FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2779FB

Black with #2779FB

Text Example


Text Example

White with #2779FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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