Html Css Color HEX #1506FB Blue

📋 copy color: '#1506FB'

red 21 ◦ green 6 ◦ blue 251

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

Shades of Blue #1506FB

Tints of Blue #1506FB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

 BLUE value IS 251 (98.44% from 255) = 90.29%

R = 7.55%
G = 2.16%
B = 90.29%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1506FB (or 0x1506FB) is known color: Blue. HEX triplet: 15, 06 and FB. RGB value is (21,6,251). Sum of RGB (Red+Green+Blue) = 21+6+251=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 251 (98.44% from 255 or 90.29% from 278); Max value from RGB is 251 - color contains mainly: blue. Hex color #1506FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1506FB is #EAF904. Grayscale: #252525. Windows color (decimal): -15399173 or 16451093. OLE color: 16451093.

HSL color Cylindrical-coordinate representation of color #1506FB: hue angle of 243.67º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1506FB is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 6 251 -
CMYK 0.92 0.98 0 0.02
HSL 243.67º 0.97% 0.5% -
HSV(B) 243.67º 0.98% 0.98% -
XYZ 17.79 7.25 91.73 -
YUV 38.42 247.97 115.58 -
System Red Green Blue C M Y K H S L
Decimal 21 6 251 0.92 0.98 0 0.02 243.67 0.97 0.5
Hex 15 6 FB 5C 62 0 2 F4 61 32
Octal 25 6 373 134 142 0 2 364 141 62
Binary 10101 110 11111011 1011100 1100010 0 10 11110100 1100001 110010

Color Harmonies of #1506FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1506FB

Black with #1506FB

Text Example


Text Example

White with #1506FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1506FB; }

 p { color: rgb(21,6,251); }

 H1.HeaderClassName
 {
   color: #1506FB;
 }
 .AnyTagClassName
 {
   color: #1506FB;
 }
</style>

background-color css

<style>
 a { background-color: #1506FB; }

 a { background-color: rgb(21,6,251); }

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

border-color css

<style>
 span { border-color: #1506FB; }

 span { border-color: rgb(21,6,251); }

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