Html Css Color HEX #2872FC Dodger Blue

📋 copy color: '#2872FC'

red 40 ◦ green 114 ◦ blue 252

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

Shades of Dodger Blue #2872FC

Tints of Dodger Blue #2872FC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

 BLUE value IS 252 (98.83% from 255) = 62.07%

R = 9.85%
G = 28.08%
B = 62.07%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2872FC (or 0x2872FC) is known color: Dodger Blue. HEX triplet: 28, 72 and FC. RGB value is (40,114,252). Sum of RGB (Red+Green+Blue) = 40+114+252=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #2872FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2872FC is #D78D03. Grayscale: #6A6A6A. Windows color (decimal): -14126340 or 16544296. OLE color: 16544296.

HSL color Cylindrical-coordinate representation of color #2872FC: hue angle of 219.06º degrees, saturation: 0.97, 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 #2872FC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 114 252 -
CMYK 0.84 0.55 0 0.01
HSL 219.06º 0.97% 0.57% -
HSV(B) 219.06º 0.84% 0.99% -
XYZ 24.46 19.51 94.57 -
YUV 107.61 209.48 79.78 -
System Red Green Blue C M Y K H S L
Decimal 40 114 252 0.84 0.55 0 0.01 219.06 0.97 0.57
Hex 28 72 FC 54 37 0 1 DB 61 39
Octal 50 162 374 124 67 0 1 333 141 71
Binary 101000 1110010 11111100 1010100 110111 0 1 11011011 1100001 111001

Color Harmonies of #2872FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2872FC

Black with #2872FC

Text Example


Text Example

White with #2872FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2872FC; }

 p { color: rgb(40,114,252); }

 H1.HeaderClassName
 {
   color: #2872FC;
 }
 .AnyTagClassName
 {
   color: #2872FC;
 }
</style>

background-color css

<style>
 a { background-color: #2872FC; }

 a { background-color: rgb(40,114,252); }

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

border-color css

<style>
 span { border-color: #2872FC; }

 span { border-color: rgb(40,114,252); }

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