Html Css Color HEX #2879FE Dodger Blue

📋 copy color: '#2879FE'

red 40 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #2879FE

Tints of Dodger Blue #2879FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.2%

R = 9.64%
G = 29.16%
B = 61.2%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2879FE (or 0x2879FE) is known color: Dodger Blue. HEX triplet: 28, 79 and FE. RGB value is (40,121,254). Sum of RGB (Red+Green+Blue) = 40+121+254=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #2879FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2879FE is #D78601. Grayscale: #6F6F6F. Windows color (decimal): -14124546 or 16677160. OLE color: 16677160.

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

Color convert

RGB 40 121 254 -
CMYK 0.84 0.52 0 0.00
HSL 217.29º 0.99% 0.58% -
HSV(B) 217.29º 0.84% 1% -
XYZ 25.6 21.28 96.52 -
YUV 111.94 208.16 76.69 -
System Red Green Blue C M Y K H S L
Decimal 40 121 254 0.84 0.52 0 0.00 217.29 0.99 0.58
Hex 28 79 FE 54 34 0 0 D9 63 3A
Octal 50 171 376 124 64 0 0 331 143 72
Binary 101000 1111001 11111110 1010100 110100 0 0 11011001 1100011 111010

Color Harmonies of #2879FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2879FE

Black with #2879FE

Text Example


Text Example

White with #2879FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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