Html Css Color HEX #2877FA Dodger Blue

📋 copy color: '#2877FA'

red 40 ◦ green 119 ◦ blue 250

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

Shades of Dodger Blue #2877FA

Tints of Dodger Blue #2877FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.1%

 BLUE value IS 250 (98.05% from 255) = 61.12%

R = 9.78%
G = 29.1%
B = 61.12%

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

#2877FA (or 0x2877FA) is known color: Dodger Blue. HEX triplet: 28, 77 and FA. RGB value is (40,119,250). Sum of RGB (Red+Green+Blue) = 40+119+250=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #2877FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2877FA is #D78805. Grayscale: #6D6D6D. Windows color (decimal): -14125062 or 16414504. OLE color: 16414504.

HSL color Cylindrical-coordinate representation of color #2877FA: hue angle of 217.43º degrees, saturation: 0.95, 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 #2877FA is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 119 250 -
CMYK 0.84 0.52 0 0.02
HSL 217.43º 0.95% 0.57% -
HSV(B) 217.43º 0.84% 0.98% -
XYZ 24.73 20.55 93.11 -
YUV 110.31 206.83 77.85 -
System Red Green Blue C M Y K H S L
Decimal 40 119 250 0.84 0.52 0 0.02 217.43 0.95 0.57
Hex 28 77 FA 54 34 0 2 D9 5F 39
Octal 50 167 372 124 64 0 2 331 137 71
Binary 101000 1110111 11111010 1010100 110100 0 10 11011001 1011111 111001

Color Harmonies of #2877FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2877FA

Black with #2877FA

Text Example


Text Example

White with #2877FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2877FA; }

 p { color: rgb(40,119,250); }

 H1.HeaderClassName
 {
   color: #2877FA;
 }
 .AnyTagClassName
 {
   color: #2877FA;
 }
</style>

background-color css

<style>
 a { background-color: #2877FA; }

 a { background-color: rgb(40,119,250); }

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

border-color css

<style>
 span { border-color: #2877FA; }

 span { border-color: rgb(40,119,250); }

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