Html Css Color HEX #2874F3 Dodger Blue

📋 copy color: '#2874F3'

red 40 ◦ green 116 ◦ blue 243

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

Shades of Dodger Blue #2874F3

Tints of Dodger Blue #2874F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 60.9%

R = 10.03%
G = 29.07%
B = 60.9%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2874F3 (or 0x2874F3) is known color: Dodger Blue. HEX triplet: 28, 74 and F3. RGB value is (40,116,243). Sum of RGB (Red+Green+Blue) = 40+116+243=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 243 (95.31% from 255 or 60.90% from 399); Max value from RGB is 243 - color contains mainly: blue. Hex color #2874F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2874F3 is #D78B0C. Grayscale: #6B6B6B. Windows color (decimal): -14125837 or 15954984. OLE color: 15954984.

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

Color convert

RGB 40 116 243 -
CMYK 0.84 0.52 0 0.05
HSL 217.54º 0.89% 0.55% -
HSV(B) 217.54º 0.84% 0.95% -
XYZ 23.3 19.41 87.31 -
YUV 107.75 204.32 79.67 -
System Red Green Blue C M Y K H S L
Decimal 40 116 243 0.84 0.52 0 0.05 217.54 0.89 0.55
Hex 28 74 F3 54 34 0 5 DA 59 37
Octal 50 164 363 124 64 0 5 332 131 67
Binary 101000 1110100 11110011 1010100 110100 0 101 11011010 1011001 110111

Color Harmonies of #2874F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2874F3

Black with #2874F3

Text Example


Text Example

White with #2874F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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