Html Css Color HEX #2875F4 Dodger Blue

📋 copy color: '#2875F4'

red 40 ◦ green 117 ◦ blue 244

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

Shades of Dodger Blue #2875F4

Tints of Dodger Blue #2875F4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

 BLUE value IS 244 (95.7% from 255) = 60.85%

R = 9.98%
G = 29.18%
B = 60.85%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2875F4 (or 0x2875F4) is known color: Dodger Blue. HEX triplet: 28, 75 and F4. RGB value is (40,117,244). Sum of RGB (Red+Green+Blue) = 40+117+244=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 244 (95.70% from 255 or 60.85% from 401); Max value from RGB is 244 - color contains mainly: blue. Hex color #2875F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2875F4 is #D78A0B. Grayscale: #6B6B6B. Windows color (decimal): -14125580 or 16020776. OLE color: 16020776.

HSL color Cylindrical-coordinate representation of color #2875F4: hue angle of 217.35º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2875F4 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 117 244 -
CMYK 0.84 0.52 0 0.04
HSL 217.35º 0.9% 0.56% -
HSV(B) 217.35º 0.84% 0.96% -
XYZ 23.57 19.71 88.15 -
YUV 108.46 204.49 79.17 -
System Red Green Blue C M Y K H S L
Decimal 40 117 244 0.84 0.52 0 0.04 217.35 0.9 0.56
Hex 28 75 F4 54 34 0 4 D9 5A 38
Octal 50 165 364 124 64 0 4 331 132 70
Binary 101000 1110101 11110100 1010100 110100 0 100 11011001 1011010 111000

Color Harmonies of #2875F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2875F4

Black with #2875F4

Text Example


Text Example

White with #2875F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2875F4; }

 p { color: rgb(40,117,244); }

 H1.HeaderClassName
 {
   color: #2875F4;
 }
 .AnyTagClassName
 {
   color: #2875F4;
 }
</style>

background-color css

<style>
 a { background-color: #2875F4; }

 a { background-color: rgb(40,117,244); }

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

border-color css

<style>
 span { border-color: #2875F4; }

 span { border-color: rgb(40,117,244); }

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