Html Css Color HEX #0615FA Blue

📋 copy color: '#0615FA'

red 6 ◦ green 21 ◦ blue 250

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

Shades of Blue #0615FA

Tints of Blue #0615FA

RGB

 RED value IS 6 (2.73% from 255) = 2.17%

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

 BLUE value IS 250 (98.05% from 255) = 90.25%

R = 2.17%
G = 7.58%
B = 90.25%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0615FA (or 0x0615FA) is known color: Blue. HEX triplet: 06, 15 and FA. RGB value is (6,21,250). Sum of RGB (Red+Green+Blue) = 6+21+250=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 250 (98.05% from 255 or 90.25% from 277); Max value from RGB is 250 - color contains mainly: blue. Hex color #0615FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0615FA is #F9EA05. Grayscale: #292929. Windows color (decimal): -16378374 or 16389382. OLE color: 16389382.

HSL color Cylindrical-coordinate representation of color #0615FA: hue angle of 236.31º degrees, saturation: 0.96, 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 #0615FA is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 21 250 -
CMYK 0.98 0.92 0 0.02
HSL 236.31º 0.96% 0.5% -
HSV(B) 236.31º 0.98% 0.98% -
XYZ 17.6 7.48 90.96 -
YUV 42.62 245.03 101.88 -
System Red Green Blue C M Y K H S L
Decimal 6 21 250 0.98 0.92 0 0.02 236.31 0.96 0.5
Hex 6 15 FA 62 5C 0 2 EC 60 32
Octal 6 25 372 142 134 0 2 354 140 62
Binary 110 10101 11111010 1100010 1011100 0 10 11101100 1100000 110010

Color Harmonies of #0615FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0615FA

Black with #0615FA

Text Example


Text Example

White with #0615FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0615FA; }

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

 H1.HeaderClassName
 {
   color: #0615FA;
 }
 .AnyTagClassName
 {
   color: #0615FA;
 }
</style>

background-color css

<style>
 a { background-color: #0615FA; }

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

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

border-color css

<style>
 span { border-color: #0615FA; }

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

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