Html Css Color HEX #2576FC Dodger Blue

📋 copy color: '#2576FC'

red 37 ◦ green 118 ◦ blue 252

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

Shades of Dodger Blue #2576FC

Tints of Dodger Blue #2576FC

RGB

 RED value IS 37 (14.84% from 255) = 9.09%

 GREEN value IS 118 (46.48% from 255) = 28.99%

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

R = 9.09%
G = 28.99%
B = 61.92%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2576FC (or 0x2576FC) is known color: Dodger Blue. HEX triplet: 25, 76 and FC. RGB value is (37,118,252). Sum of RGB (Red+Green+Blue) = 37+118+252=407 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.09% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #2576FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2576FC is #DA8903. Grayscale: #6C6C6C. Windows color (decimal): -14321924 or 16545317. OLE color: 16545317.

HSL color Cylindrical-coordinate representation of color #2576FC: hue angle of 217.4º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2576FC is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 118 252 -
CMYK 0.85 0.53 0 0.01
HSL 217.4º 0.97% 0.57% -
HSV(B) 217.4º 0.85% 0.99% -
XYZ 24.81 20.38 94.72 -
YUV 109.06 208.66 76.6 -
System Red Green Blue C M Y K H S L
Decimal 37 118 252 0.85 0.53 0 0.01 217.4 0.97 0.57
Hex 25 76 FC 55 35 0 1 D9 61 39
Octal 45 166 374 125 65 0 1 331 141 71
Binary 100101 1110110 11111100 1010101 110101 0 1 11011001 1100001 111001

Color Harmonies of #2576FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2576FC

Black with #2576FC

Text Example


Text Example

White with #2576FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,118,252); }

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

background-color css

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

 a { background-color: rgb(37,118,252); }

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

border-color css

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

 span { border-color: rgb(37,118,252); }

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