Html Css Color HEX #2515FC Blue

📋 copy color: '#2515FC'

red 37 ◦ green 21 ◦ blue 252

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

Shades of Blue #2515FC

Tints of Blue #2515FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

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

R = 11.94%
G = 6.77%
B = 81.29%

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

#2515FC (or 0x2515FC) is known color: Blue. HEX triplet: 25, 15 and FC. RGB value is (37,21,252). Sum of RGB (Red+Green+Blue) = 37+21+252=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 252 (98.83% from 255 or 81.29% from 310); Max value from RGB is 252 - color contains mainly: blue. Hex color #2515FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2515FC is #DAEA03. Grayscale: #333333. Windows color (decimal): -14346756 or 16520485. OLE color: 16520485.

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

Color convert

RGB 37 21 252 -
CMYK 0.85 0.92 0 0.01
HSL 244.16º 0.97% 0.54% -
HSV(B) 244.16º 0.92% 0.99% -
XYZ 18.6 7.96 92.65 -
YUV 52.12 240.8 117.22 -
System Red Green Blue C M Y K H S L
Decimal 37 21 252 0.85 0.92 0 0.01 244.16 0.97 0.54
Hex 25 15 FC 55 5C 0 1 F4 61 36
Octal 45 25 374 125 134 0 1 364 141 66
Binary 100101 10101 11111100 1010101 1011100 0 1 11110100 1100001 110110

Color Harmonies of #2515FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515FC

Black with #2515FC

Text Example


Text Example

White with #2515FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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