Html Css Color HEX #2879FD Dodger Blue

📋 copy color: '#2879FD'

red 40 ◦ green 121 ◦ blue 253

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

Shades of Dodger Blue #2879FD

Tints of Dodger Blue #2879FD

RGB

 RED value IS 40 (16.02% from 255) = 9.66%

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

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

R = 9.66%
G = 29.23%
B = 61.11%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2879FD (or 0x2879FD) is known color: Dodger Blue. HEX triplet: 28, 79 and FD. RGB value is (40,121,253). Sum of RGB (Red+Green+Blue) = 40+121+253=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #2879FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2879FD is #D78602. Grayscale: #6F6F6F. Windows color (decimal): -14124547 or 16611624. OLE color: 16611624.

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

Color convert

RGB 40 121 253 -
CMYK 0.84 0.52 0 0.01
HSL 217.18º 0.98% 0.57% -
HSV(B) 217.18º 0.84% 0.99% -
XYZ 25.44 21.22 95.68 -
YUV 111.83 207.66 76.77 -
System Red Green Blue C M Y K H S L
Decimal 40 121 253 0.84 0.52 0 0.01 217.18 0.98 0.57
Hex 28 79 FD 54 34 0 1 D9 62 39
Octal 50 171 375 124 64 0 1 331 142 71
Binary 101000 1111001 11111101 1010100 110100 0 1 11011001 1100010 111001

Color Harmonies of #2879FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2879FD

Black with #2879FD

Text Example


Text Example

White with #2879FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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