Html Css Color HEX #2874FF Dodger Blue

📋 copy color: '#2874FF'

red 40 ◦ green 116 ◦ blue 255

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

Shades of Dodger Blue #2874FF

Tints of Dodger Blue #2874FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 255 (100% from 255) = 62.04%

R = 9.73%
G = 28.22%
B = 62.04%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2874FF (or 0x2874FF) is known color: Dodger Blue. HEX triplet: 28, 74 and FF. RGB value is (40,116,255). Sum of RGB (Red+Green+Blue) = 40+116+255=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #2874FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2874FF is #D78B00. Grayscale: #6C6C6C. Windows color (decimal): -14125825 or 16741416. OLE color: 16741416.

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

Color convert

RGB 40 116 255 -
CMYK 0.84 0.55 0 0
HSL 218.79º 1% 0.58% -
HSV(B) 218.79º 0.84% 1% -
XYZ 25.17 20.16 97.17 -
YUV 109.12 210.32 78.7 -
System Red Green Blue C M Y K H S L
Decimal 40 116 255 0.84 0.55 0 0 218.79 1 0.58
Hex 28 74 FF 54 37 0 0 DB 64 3A
Octal 50 164 377 124 67 0 0 333 144 72
Binary 101000 1110100 11111111 1010100 110111 0 0 11011011 1100100 111010

Color Harmonies of #2874FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2874FF

Black with #2874FF

Text Example


Text Example

White with #2874FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2874FF; }

 p { color: rgb(40,116,255); }

 H1.HeaderClassName
 {
   color: #2874FF;
 }
 .AnyTagClassName
 {
   color: #2874FF;
 }
</style>

background-color css

<style>
 a { background-color: #2874FF; }

 a { background-color: rgb(40,116,255); }

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

border-color css

<style>
 span { border-color: #2874FF; }

 span { border-color: rgb(40,116,255); }

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