Html Css Color HEX #2875FD Dodger Blue

📋 copy color: '#2875FD'

red 40 ◦ green 117 ◦ blue 253

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

Shades of Dodger Blue #2875FD

Tints of Dodger Blue #2875FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.71%

R = 9.76%
G = 28.54%
B = 61.71%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2875FD (or 0x2875FD) is known color: Dodger Blue. HEX triplet: 28, 75 and FD. RGB value is (40,117,253). Sum of RGB (Red+Green+Blue) = 40+117+253=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #2875FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2875FD is #D78A02. Grayscale: #6C6C6C. Windows color (decimal): -14125571 or 16610600. OLE color: 16610600.

HSL color Cylindrical-coordinate representation of color #2875FD: hue angle of 218.31º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2875FD is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 117 253 -
CMYK 0.84 0.54 0 0.01
HSL 218.31º 0.98% 0.57% -
HSV(B) 218.31º 0.84% 0.99% -
XYZ 24.97 20.27 95.52 -
YUV 109.48 208.99 78.44 -
System Red Green Blue C M Y K H S L
Decimal 40 117 253 0.84 0.54 0 0.01 218.31 0.98 0.57
Hex 28 75 FD 54 36 0 1 DA 62 39
Octal 50 165 375 124 66 0 1 332 142 71
Binary 101000 1110101 11111101 1010100 110110 0 1 11011010 1100010 111001

Color Harmonies of #2875FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2875FD

Black with #2875FD

Text Example


Text Example

White with #2875FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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