Html Css Color HEX #0815FF Blue

📋 copy color: '#0815FF'

red 8 ◦ green 21 ◦ blue 255

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

Shades of Blue #0815FF

Tints of Blue #0815FF

RGB

 RED value IS 8 (3.52% from 255) = 2.82%

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

 BLUE value IS 255 (100% from 255) = 89.79%

R = 2.82%
G = 7.39%
B = 89.79%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0815FF (or 0x0815FF) is known color: Blue. HEX triplet: 08, 15 and FF. RGB value is (8,21,255). Sum of RGB (Red+Green+Blue) = 8+21+255=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 255 (100% from 255 or 89.79% from 284); Max value from RGB is 255 - color contains mainly: blue. Hex color #0815FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0815FF is #F7EA00. Grayscale: #2A2A2A. Windows color (decimal): -16247297 or 16717064. OLE color: 16717064.

HSL color Cylindrical-coordinate representation of color #0815FF: hue angle of 236.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0815FF is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 21 255 -
CMYK 0.97 0.92 0 0
HSL 236.84º 1% 0.52% -
HSV(B) 236.84º 0.97% 1% -
XYZ 18.42 7.81 95.14 -
YUV 43.79 247.19 102.47 -
System Red Green Blue C M Y K H S L
Decimal 8 21 255 0.97 0.92 0 0 236.84 1 0.52
Hex 8 15 FF 61 5C 0 0 ED 64 34
Octal 10 25 377 141 134 0 0 355 144 64
Binary 1000 10101 11111111 1100001 1011100 0 0 11101101 1100100 110100

Color Harmonies of #0815FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0815FF

Black with #0815FF

Text Example


Text Example

White with #0815FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0815FF; }

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

 H1.HeaderClassName
 {
   color: #0815FF;
 }
 .AnyTagClassName
 {
   color: #0815FF;
 }
</style>

background-color css

<style>
 a { background-color: #0815FF; }

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

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

border-color css

<style>
 span { border-color: #0815FF; }

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

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