Html Css Color HEX #0512FA Blue

📋 copy color: '#0512FA'

red 5 ◦ green 18 ◦ blue 250

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

Shades of Blue #0512FA

Tints of Blue #0512FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 1.83%
G = 6.59%
B = 91.58%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0512FA (or 0x0512FA) is known color: Blue. HEX triplet: 05, 12 and FA. RGB value is (5,18,250). Sum of RGB (Red+Green+Blue) = 5+18+250=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 250 (98.05% from 255 or 91.58% from 273); Max value from RGB is 250 - color contains mainly: blue. Hex color #0512FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0512FA is #FAED05. Grayscale: #272727. Windows color (decimal): -16444678 or 16388613. OLE color: 16388613.

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

Color convert

RGB 5 18 250 -
CMYK 0.98 0.93 0 0.02
HSL 236.82º 0.96% 0.5% -
HSV(B) 236.82º 0.98% 0.98% -
XYZ 17.53 7.37 90.94 -
YUV 40.56 246.19 102.64 -
System Red Green Blue C M Y K H S L
Decimal 5 18 250 0.98 0.93 0 0.02 236.82 0.96 0.5
Hex 5 12 FA 62 5D 0 2 ED 60 32
Octal 5 22 372 142 135 0 2 355 140 62
Binary 101 10010 11111010 1100010 1011101 0 10 11101101 1100000 110010

Color Harmonies of #0512FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0512FA

Black with #0512FA

Text Example


Text Example

White with #0512FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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