Html Css Color HEX #1508FD Blue

📋 copy color: '#1508FD'

red 21 ◦ green 8 ◦ blue 253

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

Shades of Blue #1508FD

Tints of Blue #1508FD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 253 (99.22% from 255) = 89.72%

R = 7.45%
G = 2.84%
B = 89.72%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1508FD (or 0x1508FD) is known color: Blue. HEX triplet: 15, 08 and FD. RGB value is (21,8,253). Sum of RGB (Red+Green+Blue) = 21+8+253=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 253 (99.22% from 255 or 89.72% from 282); Max value from RGB is 253 - color contains mainly: blue. Hex color #1508FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1508FD is #EAF702. Grayscale: #262626. Windows color (decimal): -15398659 or 16582677. OLE color: 16582677.

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

Color convert

RGB 21 8 253 -
CMYK 0.92 0.97 0 0.01
HSL 243.18º 0.98% 0.51% -
HSV(B) 243.18º 0.97% 0.99% -
XYZ 18.13 7.42 93.41 -
YUV 39.82 248.31 114.58 -
System Red Green Blue C M Y K H S L
Decimal 21 8 253 0.92 0.97 0 0.01 243.18 0.98 0.51
Hex 15 8 FD 5C 61 0 1 F3 62 33
Octal 25 10 375 134 141 0 1 363 142 63
Binary 10101 1000 11111101 1011100 1100001 0 1 11110011 1100010 110011

Color Harmonies of #1508FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1508FD

Black with #1508FD

Text Example


Text Example

White with #1508FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1508FD; }

 p { color: rgb(21,8,253); }

 H1.HeaderClassName
 {
   color: #1508FD;
 }
 .AnyTagClassName
 {
   color: #1508FD;
 }
</style>

background-color css

<style>
 a { background-color: #1508FD; }

 a { background-color: rgb(21,8,253); }

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

border-color css

<style>
 span { border-color: #1508FD; }

 span { border-color: rgb(21,8,253); }

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