Html Css Color HEX #1534F6 Blue

📋 copy color: '#1534F6'

red 21 ◦ green 52 ◦ blue 246

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

Shades of Blue #1534F6

Tints of Blue #1534F6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 246 (96.48% from 255) = 77.12%

R = 6.58%
G = 16.3%
B = 77.12%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1534F6 (or 0x1534F6) is known color: Blue. HEX triplet: 15, 34 and F6. RGB value is (21,52,246). Sum of RGB (Red+Green+Blue) = 21+52+246=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 246 (96.48% from 255 or 77.12% from 319); Max value from RGB is 246 - color contains mainly: blue. Hex color #1534F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1534F6 is #EACB09. Grayscale: #404040. Windows color (decimal): -15387402 or 16135189. OLE color: 16135189.

HSL color Cylindrical-coordinate representation of color #1534F6: hue angle of 231.73º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1534F6 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 52 246 -
CMYK 0.91 0.79 0 0.04
HSL 231.73º 0.93% 0.52% -
HSV(B) 231.73º 0.91% 0.96% -
XYZ 18.17 9.27 88.02 -
YUV 64.85 230.23 96.73 -
System Red Green Blue C M Y K H S L
Decimal 21 52 246 0.91 0.79 0 0.04 231.73 0.93 0.52
Hex 15 34 F6 5B 4F 0 4 E8 5D 34
Octal 25 64 366 133 117 0 4 350 135 64
Binary 10101 110100 11110110 1011011 1001111 0 100 11101000 1011101 110100

Color Harmonies of #1534F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1534F6

Black with #1534F6

Text Example


Text Example

White with #1534F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1534F6; }

 p { color: rgb(21,52,246); }

 H1.HeaderClassName
 {
   color: #1534F6;
 }
 .AnyTagClassName
 {
   color: #1534F6;
 }
</style>

background-color css

<style>
 a { background-color: #1534F6; }

 a { background-color: rgb(21,52,246); }

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

border-color css

<style>
 span { border-color: #1534F6; }

 span { border-color: rgb(21,52,246); }

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