Html Css Color HEX #0513FA Blue

📋 copy color: '#0513FA'

red 5 ◦ green 19 ◦ blue 250

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

Shades of Blue #0513FA

Tints of Blue #0513FA

RGB

 RED value IS 5 (2.34% from 255) = 1.82%

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 1.82%
G = 6.93%
B = 91.24%

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

#0513FA (or 0x0513FA) is known color: Blue. HEX triplet: 05, 13 and FA. RGB value is (5,19,250). Sum of RGB (Red+Green+Blue) = 5+19+250=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 250 (98.05% from 255 or 91.24% from 274); Max value from RGB is 250 - color contains mainly: blue. Hex color #0513FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0513FA is #FAEC05. Grayscale: #282828. Windows color (decimal): -16444422 or 16388869. OLE color: 16388869.

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

Color convert

RGB 5 19 250 -
CMYK 0.98 0.92 0 0.02
HSL 236.57º 0.96% 0.5% -
HSV(B) 236.57º 0.98% 0.98% -
XYZ 17.55 7.4 90.95 -
YUV 41.15 245.86 102.22 -
System Red Green Blue C M Y K H S L
Decimal 5 19 250 0.98 0.92 0 0.02 236.57 0.96 0.5
Hex 5 13 FA 62 5C 0 2 ED 60 32
Octal 5 23 372 142 134 0 2 355 140 62
Binary 101 10011 11111010 1100010 1011100 0 10 11101101 1100000 110010

Color Harmonies of #0513FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0513FA

Black with #0513FA

Text Example


Text Example

White with #0513FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,19,250); }

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

background-color css

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

 a { background-color: rgb(5,19,250); }

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

border-color css

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

 span { border-color: rgb(5,19,250); }

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