Html Css Color HEX #2513FC Blue

📋 copy color: '#2513FC'

red 37 ◦ green 19 ◦ blue 252

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

Shades of Blue #2513FC

Tints of Blue #2513FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 12.01%
G = 6.17%
B = 81.82%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2513FC (or 0x2513FC) is known color: Blue. HEX triplet: 25, 13 and FC. RGB value is (37,19,252). Sum of RGB (Red+Green+Blue) = 37+19+252=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 252 (98.83% from 255 or 81.82% from 308); Max value from RGB is 252 - color contains mainly: blue. Hex color #2513FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2513FC is #DAEC03. Grayscale: #323232. Windows color (decimal): -14347268 or 16519973. OLE color: 16519973.

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

Color convert

RGB 37 19 252 -
CMYK 0.85 0.92 0 0.01
HSL 244.64º 0.97% 0.53% -
HSV(B) 244.64º 0.92% 0.99% -
XYZ 18.57 7.89 92.64 -
YUV 50.94 241.46 118.05 -
System Red Green Blue C M Y K H S L
Decimal 37 19 252 0.85 0.92 0 0.01 244.64 0.97 0.53
Hex 25 13 FC 55 5C 0 1 F5 61 35
Octal 45 23 374 125 134 0 1 365 141 65
Binary 100101 10011 11111100 1010101 1011100 0 1 11110101 1100001 110101

Color Harmonies of #2513FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2513FC

Black with #2513FC

Text Example


Text Example

White with #2513FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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