Html Css Color HEX #1531FC Blue

📋 copy color: '#1531FC'

red 21 ◦ green 49 ◦ blue 252

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

Shades of Blue #1531FC

Tints of Blue #1531FC

RGB

 RED value IS 21 (8.59% from 255) = 6.52%

 GREEN value IS 49 (19.53% from 255) = 15.22%

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

R = 6.52%
G = 15.22%
B = 78.26%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1531FC (or 0x1531FC) is known color: Blue. HEX triplet: 15, 31 and FC. RGB value is (21,49,252). Sum of RGB (Red+Green+Blue) = 21+49+252=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #1531FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1531FC is #EACE03. Grayscale: #3E3E3E. Windows color (decimal): -15388164 or 16527637. OLE color: 16527637.

HSL color Cylindrical-coordinate representation of color #1531FC: hue angle of 232.73º 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 #1531FC is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 49 252 -
CMYK 0.92 0.81 0 0.01
HSL 232.73º 0.97% 0.54% -
HSV(B) 232.73º 0.92% 0.99% -
XYZ 18.98 9.38 92.91 -
YUV 63.77 234.22 97.49 -
System Red Green Blue C M Y K H S L
Decimal 21 49 252 0.92 0.81 0 0.01 232.73 0.97 0.54
Hex 15 31 FC 5C 51 0 1 E9 61 36
Octal 25 61 374 134 121 0 1 351 141 66
Binary 10101 110001 11111100 1011100 1010001 0 1 11101001 1100001 110110

Color Harmonies of #1531FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531FC

Black with #1531FC

Text Example


Text Example

White with #1531FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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